summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m32c/context_switch.S
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:01:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:01:57 +0000
commitc9f5531cc7639fd3c8ba9737890bc0c6282f840d (patch)
treef6ccae4d677f68ee1255ab1595c04ae9010605d3 /cpukit/score/cpu/m32c/context_switch.S
parent2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-c9f5531cc7639fd3c8ba9737890bc0c6282f840d.tar.bz2
2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* context_init.c, context_switch.S, cpu.c, cpu_asm.c, varvects.S: Add include of config.h
Diffstat (limited to 'cpukit/score/cpu/m32c/context_switch.S')
-rw-r--r--cpukit/score/cpu/m32c/context_switch.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/score/cpu/m32c/context_switch.S b/cpukit/score/cpu/m32c/context_switch.S
index 7ca8525025..0060ce1898 100644
--- a/cpukit/score/cpu/m32c/context_switch.S
+++ b/cpukit/score/cpu/m32c/context_switch.S
@@ -11,6 +11,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#define ARG_EXECUTING 8
#define ARG_HEIR 12