Simple patch to remove all trace of the luna88k arch. By the way, I'm sending this to the list as a test for git-send-email as Justus suggested, so if something unexpected happens (like a duplication or something) please just ignore it.
* kern/debug.c: Remove check for luna88k. --- kern/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kern/debug.c b/kern/debug.c index 09c8ff4..7f6e555 100644 --- a/kern/debug.c +++ b/kern/debug.c @@ -96,7 +96,7 @@ void SoftDebugger(message) asm("ta 0x81"); #endif /* sun4 */ -#if defined(mips ) || defined(luna88k) || defined(i860) || defined(alpha) +#if defined(mips ) || defined(i860) || defined(alpha) gimmeabreak(); #endif -- 1.8.1.4