Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/x68k Sync with news68k:



details:   https://anonhg.NetBSD.org/src/rev/c6aac77d9ad3
branches:  trunk
changeset: 504401:c6aac77d9ad3
user:      minoura <minoura%NetBSD.org@localhost>
date:      Thu Mar 01 17:11:13 2001 +0000

description:
Sync with news68k:
 Remove unneeded COMPAT_HPUX stuff.

diffstat:

 sys/arch/x68k/x68k/machdep.c |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 53b6c5c9a502 -r c6aac77d9ad3 sys/arch/x68k/x68k/machdep.c
--- a/sys/arch/x68k/x68k/machdep.c      Thu Mar 01 16:41:36 2001 +0000
+++ b/sys/arch/x68k/x68k/machdep.c      Thu Mar 01 17:11:13 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.93 2001/02/21 05:53:35 minoura Exp $     */
+/*     $NetBSD: machdep.c,v 1.94 2001/03/01 17:11:13 minoura Exp $     */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -43,7 +43,6 @@
  */
 
 #include "opt_ddb.h"
-#include "opt_compat_hpux.h"
 #include "opt_compat_netbsd.h"
 #include "opt_m680x0.h"
 #include "opt_fpuemulate.h"
@@ -133,10 +132,6 @@
  */
 int    safepri = PSL_LOWIPL;
 
-#ifdef COMPAT_HPUX
-extern struct emul emul_hpux;
-#endif
-
 /* prototypes for local functions */
 void    identifycpu __P((void));
 void    initcpu __P((void));



Home | Main Index | Thread Index | Old Index