summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-01-19 22:19:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-01-19 22:19:31 +0000
commit64f311f730b124395e10fa0aaf20d76262192f1b (patch)
tree0b44df6f8ac85fcafc7c14231f478286872f180a /c
parentchanged version to 3.5.1 (diff)
downloadrtems-64f311f730b124395e10fa0aaf20d76262192f1b.tar.bz2
added definition of cpu_number.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c2
1 files changed, 2 insertions, 0 deletions
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 ];