diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-11-09 13:50:29 +0300 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-11-09 13:50:29 +0300 |
commit | 2a98beb6390aef8fad85103ea25b3b1ace8015b5 (patch) | |
tree | 09f3e0de9a49f0f61d7f44c6c03218bf29f5d1dd /include/asm-arm/arch-realview/irqs.h | |
parent | 37ee16ae93a3e4ae7dd51beb81d249f5f12a55c2 (diff) | |
download | linux-2a98beb6390aef8fad85103ea25b3b1ace8015b5.tar.xz |
[ARM SMP] Add local timer support for Realview MPcore
Add platform specific parts for local timer support for the
Realview board.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-realview/irqs.h')
-rw-r--r-- | include/asm-arm/arch-realview/irqs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-arm/arch-realview/irqs.h b/include/asm-arm/arch-realview/irqs.h index ff376494e5b1..c16223c9588d 100644 --- a/include/asm-arm/arch-realview/irqs.h +++ b/include/asm-arm/arch-realview/irqs.h @@ -21,6 +21,9 @@ #include <asm/arch/platform.h> +#define IRQ_LOCALTIMER 29 +#define IRQ_LOCALWDOG 30 + /* * IRQ interrupts definitions are the same the INT definitions * held within platform.h |