From c80add4623635501a1678d9389980e1864dfa10f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 25 Mar 1998 18:46:47 +0000 Subject: m68k software interrupt stack support from Chris Johns and Eric Norum. --- cpukit/score/cpu/m68k/cpu.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpukit/score/cpu/m68k') diff --git a/cpukit/score/cpu/m68k/cpu.c b/cpukit/score/cpu/m68k/cpu.c index a20a83fc04..e714933350 100644 --- a/cpukit/score/cpu/m68k/cpu.c +++ b/cpukit/score/cpu/m68k/cpu.c @@ -147,10 +147,6 @@ void _CPU_Install_interrupt_stack( void ) void *isp = _CPU_Interrupt_stack_high; asm volatile ( "movec %0,%%isp" : "=r" (isp) : "0" (isp) ); -#else -#warning "PLEASE IMPLEMENT ME... There is NO dedicated interrupt stack" -#warning "on CPUs without a dedicated hardware interrupt stack!!!" -#warning "INTERRUPTS RUN ON A TASK STACK!!!" #endif } -- cgit v1.2.3