Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/i386/i386 Pull up revision 1.212:



details:   https://anonhg.NetBSD.org/src/rev/a89651189074
branches:  netbsd-1-4
changeset: 469354:a89651189074
user:      he <he%NetBSD.org@localhost>
date:      Fri Sep 10 22:34:00 1999 +0000

description:
Pull up revision 1.212:
  Make kernels configured without npx link again, fixing PR#8262.
  (kleink)

diffstat:

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

diffs (25 lines):

diff -r 09df18f0f3ff -r a89651189074 sys/arch/i386/i386/locore.s
--- a/sys/arch/i386/i386/locore.s       Fri Sep 10 22:24:25 1999 +0000
+++ b/sys/arch/i386/i386/locore.s       Fri Sep 10 22:34:00 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.208 1999/03/24 05:51:00 mrg Exp $ */
+/*     $NetBSD: locore.s,v 1.208.2.1 1999/09/10 22:34:00 he Exp $      */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -2446,6 +2446,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
@@ -2481,6 +2482,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