summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/cpu.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:03:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:03:09 +0000
commitfebaa8a41119a3c1034e5ac973cb1d4fbf662237 (patch)
tree6756192efccc7de55391c6eac73724dee77820c1 /cpukit/score/cpu/mips/cpu.c
parent2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-febaa8a41119a3c1034e5ac973cb1d4fbf662237.tar.bz2
2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c, cpu_asm.S: Add include of config.h
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/mips/cpu.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/cpukit/score/cpu/mips/cpu.c b/cpukit/score/cpu/mips/cpu.c
index 863f14655c..04cad4dd1a 100644
--- a/cpukit/score/cpu/mips/cpu.c
+++ b/cpukit/score/cpu/mips/cpu.c
@@ -42,13 +42,14 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rtems/system.h>
#include <rtems/score/isr.h>
#include <rtems/score/wkspace.h>
-
-
-
/*
** Exception stack frame pointer used in cpu_asm to pass the exception stack frame
** address to the context switch code.