summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/no_cpu/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/cpu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
index 1c29bd6d8f..a56bc173e3 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
+++ b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
@@ -391,6 +391,12 @@ extern "C" {
*/
#define CPU_PER_CPU_CONTROL_SIZE 0
+/**
+ * @brief Maximum number of processors of all systems supported by this CPU
+ * port.
+ */
+#define CPU_MAXIMUM_PROCESSORS 32
+
/*
* Processor defined structures required for cpukit/score.
*