From 64f311f730b124395e10fa0aaf20d76262192f1b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 19 Jan 1996 22:19:31 +0000 Subject: added definition of cpu_number. --- c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c') diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c b/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c index bfdb429ef8..9d9b5985d0 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c +++ b/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c @@ -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 ]; -- cgit v1.2.3