From f9ec60046ba2eeb3a17d7385b9f640fc82c23e80 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sat, 24 Mar 2012 20:07:17 +0100 Subject: ARM: New define ARMV7M_EXCEPTION_PRIORITY_LOWEST --- cpukit/score/cpu/arm/rtems/score/armv7m.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/score') diff --git a/cpukit/score/cpu/arm/rtems/score/armv7m.h b/cpukit/score/cpu/arm/rtems/score/armv7m.h index 4100862b09..936c452045 100644 --- a/cpukit/score/cpu/arm/rtems/score/armv7m.h +++ b/cpukit/score/cpu/arm/rtems/score/armv7m.h @@ -296,6 +296,8 @@ typedef struct { #define ARMV7M_VECTOR_IRQ(n) ((n) + 16) #define ARMV7M_IRQ_OF_VECTOR(n) ((n) - 16) +#define ARMV7M_EXCEPTION_PRIORITY_LOWEST 255 + static inline bool _ARMV7M_Is_vector_an_irq( int vector ) { return vector >= 16; -- cgit v1.2.3