Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/i386 Exclude some code moved here in rev. 1.20...



details:   https://anonhg.NetBSD.org/src/rev/9627f18b64e7
branches:  trunk
changeset: 476156:9627f18b64e7
user:      kleink <kleink%NetBSD.org@localhost>
date:      Wed Sep 08 09:16:47 1999 +0000

description:
Exclude some code moved here in rev. 1.206 if no npx is configured to make
such kernels link again; addresses PR port-i386/8262 from Ben Harris.

diffstat:

 sys/arch/i386/i386/locore.s |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r a6df700c0556 -r 9627f18b64e7 sys/arch/i386/i386/locore.s
--- a/sys/arch/i386/i386/locore.s       Wed Sep 08 08:29:45 1999 +0000
+++ b/sys/arch/i386/i386/locore.s       Wed Sep 08 09:16:47 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.211 1999/08/23 08:24:37 kleink Exp $      */
+/*     $NetBSD: locore.s,v 1.212 1999/09/08 09:16:47 kleink Exp $      */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -2400,6 +2400,7 @@
 1:     INTRFASTEXIT
 #endif /* COMPAT_SVR4 */
 
+#if NNPX > 0
 /*
  * Special interrupt handlers.  Someday intr0-intr15 will be used to count
  * interrupts.  We'll still need a special exception 16 handler.  The busy
@@ -2435,6 +2436,7 @@
        fistpl  (%esp)
        popl    %eax
        ret
+#endif /* NNPX > 0 */
 
 #include <i386/isa/vector.s>
 #include <i386/isa/icu.s>



Home | Main Index | Thread Index | Old Index