Back out last change. m68k.h is now in cpu.h (which got updated in between

my noticing this problem here on a sun3).
This commit is contained in:
jmc 2001-02-04 23:53:31 +00:00
parent ff4eeac9d3
commit ece49e13a9
2 changed files with 2 additions and 6 deletions

View File

@ -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 *));

View File

@ -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