commit-hurd
[Top][All Lists]
Advanced

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

[gnumach] 15/56: Drop luna88k bits


From: Samuel Thibault
Subject: [gnumach] 15/56: Drop luna88k bits
Date: Sat, 28 Sep 2013 12:43:13 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch master
in repository gnumach.

commit ea3ec09ecc7c080ce7fac7da00f50f0062d511f3
Author: Marin Ramesa <address@hidden>
Date:   Mon Sep 9 22:12:57 2013 +0200

    Drop luna88k bits
    
    * device/tty.h [luna88k]: Remove ifdef and include for nonexistent header 
files.
    * kern/debug.c: Remove check for luna88k.
---
 device/tty.h |    4 ----
 kern/debug.c |    2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/device/tty.h b/device/tty.h
index be28708..dcc7711 100644
--- a/device/tty.h
+++ b/device/tty.h
@@ -42,10 +42,6 @@
 #include <device/cirbuf.h>
 #include <device/io_req.h>
 
-#ifdef luna88k
-#include <luna88k/jtermio.h>
-#endif
-
 struct tty {
        decl_simple_lock_data(,t_lock)
        struct cirbuf   t_inq;          /* input buffer */
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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/gnumach.git



reply via email to

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