From e58f80cb40cef8edab9e2e5cb0669809d63f0950 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 11 Apr 2011 17:23:06 +0000 Subject: 2011-04-11 Joel Sherrill * sapi/include/confdefs.h, score/cpu/i386/cpu.c: Fix typos so you really can define a user scheduler. --- cpukit/score/cpu/i386/cpu.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpukit/score/cpu/i386/cpu.c') 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(); } } -- cgit v1.2.3