From decff899ec5f63cadc1ea3e985e1bdb7144787b7 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 17 Feb 2016 14:26:29 +0100 Subject: score: Add CPU_MAXIMUM_PROCESSORS Maximum number of processors of all systems supported by this CPU port. --- cpukit/score/cpu/epiphany/rtems/score/cpu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/score/cpu/epiphany/rtems/score/cpu.h') diff --git a/cpukit/score/cpu/epiphany/rtems/score/cpu.h b/cpukit/score/cpu/epiphany/rtems/score/cpu.h index 896af12cb8..e433e197e8 100644 --- a/cpukit/score/cpu/epiphany/rtems/score/cpu.h +++ b/cpukit/score/cpu/epiphany/rtems/score/cpu.h @@ -795,6 +795,8 @@ typedef struct { #define CPU_EXCEPTION_FRAME_SIZE 260 #define CPU_PER_CPU_CONTROL_SIZE 0 +#define CPU_MAXIMUM_PROCESSORS 32 + #ifndef ASM typedef uint16_t Priority_bit_map_Word; -- cgit v1.2.3