bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] kern: remove all trace of luna88k arch


From: Marin Ramesa
Subject: [PATCH] kern: remove all trace of luna88k arch
Date: Mon, 9 Sep 2013 08:49:09 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]