From fc5e2d73280831eb832b94f8d4990e0972a0bd40 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 15 Jan 1997 20:21:48 +0000 Subject: fixed comments on vanilla 68000 SW interrupt stack (or the lack thereof) --- cpukit/score/cpu/m68k/cpu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/score/cpu/m68k') diff --git a/cpukit/score/cpu/m68k/cpu.c b/cpukit/score/cpu/m68k/cpu.c index 1c43c23379..d93ded2b34 100644 --- a/cpukit/score/cpu/m68k/cpu.c +++ b/cpukit/score/cpu/m68k/cpu.c @@ -131,7 +131,8 @@ void _CPU_Install_interrupt_stack( void ) asm volatile ( "movec %0,%%isp" : "=r" (isp) : "0" (isp) ); #else -#warning "FIX ME... HOW DO I INSTALL THE INTERRUPT STACK!!!" +#warning "FIX ME... NO DEDICATE INTERRUPT STACK!!!" +#warning "FIX ME... INTERRUPTS RUN ON A TASK STACK!!!" #endif } -- cgit v1.2.3