haiku/headers/private/kernel/arch/arm/arch_int.h
David Karoly c34046ba70 arm: increase number of io vectors to 1024
GICv2 can use interrupt numbers up to 1019:
* 0-15 are SGIs aka ICIs
* 16-31 are PPIs
* 32-1019 are SPIs

Change-Id: I1c19be77105683da3f6988a5607b14dc10a899db
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5565
Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
2022-08-25 00:46:31 +00:00

18 lines
418 B
C

/*
* Copyright 2005-2022, Haiku Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Axel Dörfler <axeld@pinc-software.de>
* Ingo Weinhold <bonefish@cs.tu-berlin.de>
* Johannes Wischert <johanneswi@gmail.com>
*/
#ifndef _KERNEL_ARCH_ARM_INT_H
#define _KERNEL_ARCH_ARM_INT_H
#include <SupportDefs.h>
#define NUM_IO_VECTORS 1024
#endif /* _KERNEL_ARCH_ARM_INT_H */