Source-Changes-HG archive

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

[src/trunk]: src/sys Back out last change. m68k.h is now in cpu.h (which got ...



details:   https://anonhg.NetBSD.org/src/rev/c9bc1d082d35
branches:  trunk
changeset: 503347:c9bc1d082d35
user:      jmc <jmc%NetBSD.org@localhost>
date:      Sun Feb 04 23:53:31 2001 +0000

description:
Back out last change. m68k.h is now in cpu.h (which got updated in between
my noticing this problem here on a sun3).

diffstat:

 sys/arch/m68k/m68k/svr4_machdep.c          |  4 +---
 sys/compat/linux/arch/m68k/linux_machdep.c |  4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r f4261ca5f995 -r c9bc1d082d35 sys/arch/m68k/m68k/svr4_machdep.c
--- a/sys/arch/m68k/m68k/svr4_machdep.c Sun Feb 04 22:59:26 2001 +0000
+++ b/sys/arch/m68k/m68k/svr4_machdep.c Sun Feb 04 23:53:31 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: svr4_machdep.c,v 1.5 2001/02/04 10:13:08 jmc Exp $     */
+/*     $NetBSD: svr4_machdep.c,v 1.6 2001/02/04 23:53:32 jmc Exp $     */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -63,8 +63,6 @@
 #include <machine/reg.h>
 #include <machine/vmparam.h>
 
-#include <m68k/m68k.h>
-
 extern short exframesize[];
 extern void    m68881_restore __P((struct fpframe *));
 extern void    m68881_save __P((struct fpframe *));
diff -r f4261ca5f995 -r c9bc1d082d35 sys/compat/linux/arch/m68k/linux_machdep.c
--- a/sys/compat/linux/arch/m68k/linux_machdep.c        Sun Feb 04 22:59:26 2001 +0000
+++ b/sys/compat/linux/arch/m68k/linux_machdep.c        Sun Feb 04 23:53:31 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_machdep.c,v 1.7 2001/02/04 10:16:43 jmc Exp $    */
+/*     $NetBSD: linux_machdep.c,v 1.8 2001/02/04 23:53:31 jmc Exp $    */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -61,8 +61,6 @@
 #include <compat/linux/linux_syscall.h>
 #include <compat/linux/linux_syscallargs.h>
 
-#include <m68k/m68k.h>
-
 /* XXX should be in an include file somewhere */
 #define CC_PURGE       1
 #define CC_FLUSH       2



Home | Main Index | Thread Index | Old Index