added definition of cpu_number.

This commit is contained in:
Joel Sherrill
1996-01-19 22:19:31 +00:00
parent 75d482d681
commit 64f311f730

View File

@@ -46,6 +46,8 @@ rtems_configuration_table BSP_Configuration;
rtems_cpu_table Cpu_table;
rtems_unsigned32 bsp_isr_level;
int cpu_number;
#define WORKSPACE_SIZE (1024 * 1024)
rtems_unsigned8 MY_WORK_SPACE[ WORKSPACE_SIZE ];