summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386/cpu.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-11 17:23:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-11 17:23:06 +0000
commite58f80cb40cef8edab9e2e5cb0669809d63f0950 (patch)
tree58486ff4666029df07b1de9409412f2f360fded9 /cpukit/score/cpu/i386/cpu.c
parent2011-04-11 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-e58f80cb40cef8edab9e2e5cb0669809d63f0950.tar.bz2
2011-04-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/confdefs.h, score/cpu/i386/cpu.c: Fix typos so you really can define a user scheduler.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/i386/cpu.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/score/cpu/i386/cpu.c b/cpukit/score/cpu/i386/cpu.c
index 56971b63d5..f2fcacf2f9 100644
--- a/cpukit/score/cpu/i386/cpu.c
+++ b/cpukit/score/cpu/i386/cpu.c
@@ -1,7 +1,6 @@
/*
* Intel i386 Dependent Source
*
- *
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
@@ -171,8 +170,11 @@ void _defaultExcHandler (CPU_Exception_frame *ctx)
* OK I could probably use a simplified version but at least this
* should work.
*/
+#if 0
printk(" ************ FAULTY THREAD WILL BE SUSPENDED **************\n");
rtems_task_suspend(_Thread_Executing->Object.id);
+#endif
+ bsp_reset();
}
}