summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/mips/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu/mips/cpu.c')
-rw-r--r--c/src/exec/score/cpu/mips/cpu.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/mips/cpu.c b/c/src/exec/score/cpu/mips/cpu.c
index 81439b3bd1..7777680655 100644
--- a/c/src/exec/score/cpu/mips/cpu.c
+++ b/c/src/exec/score/cpu/mips/cpu.c
@@ -47,6 +47,18 @@
#include <rtems/score/wkspace.h>
+
+
+/*
+** local dword used in cpu_asm to pass the exception stack frame to the
+** context switch code.
+*/
+unsigned __exceptionStackFrame = 0;
+
+
+
+
+
/* _CPU_Initialize
*
* This routine performs processor dependent initialization.