forked from Imagelibrary/rtems
added definition of cpu_number.
This commit is contained in:
@@ -46,6 +46,8 @@ rtems_configuration_table BSP_Configuration;
|
|||||||
rtems_cpu_table Cpu_table;
|
rtems_cpu_table Cpu_table;
|
||||||
rtems_unsigned32 bsp_isr_level;
|
rtems_unsigned32 bsp_isr_level;
|
||||||
|
|
||||||
|
int cpu_number;
|
||||||
|
|
||||||
#define WORKSPACE_SIZE (1024 * 1024)
|
#define WORKSPACE_SIZE (1024 * 1024)
|
||||||
rtems_unsigned8 MY_WORK_SPACE[ WORKSPACE_SIZE ];
|
rtems_unsigned8 MY_WORK_SPACE[ WORKSPACE_SIZE ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user