Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/sommerfeld_i386mp_1]: src/sys/arch/i386/isa Catch up to intr.h changes
details: https://anonhg.NetBSD.org/src/rev/3b17b382cce8
branches: sommerfeld_i386mp_1
changeset: 482175:3b17b382cce8
user: sommerfeld <sommerfeld%NetBSD.org@localhost>
date: Sun Feb 20 18:18:29 2000 +0000
description:
Catch up to intr.h changes
diffstat:
sys/arch/i386/isa/npx.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a522291b500a -r 3b17b382cce8 sys/arch/i386/isa/npx.c
--- a/sys/arch/i386/isa/npx.c Sun Feb 20 18:16:07 2000 +0000
+++ b/sys/arch/i386/isa/npx.c Sun Feb 20 18:18:29 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: npx.c,v 1.70 1999/10/06 20:03:51 fvdl Exp $ */
+/* $NetBSD: npx.c,v 1.70.8.1 2000/02/20 18:18:29 sommerfeld Exp $ */
#if 0
#define IPRINTF(x) printf x
@@ -471,7 +471,7 @@
}
#ifdef DIAGNOSTIC
- if (cpl != 0 || npx_nointr != 0)
+ if (lapic_tpr > 0 || npx_nointr != 0)
panic("npxdna: masked");
#endif
@@ -545,7 +545,7 @@
{
#ifdef DIAGNOSTIC
- if (cpl != 0 || npx_nointr != 0)
+ if (lapic_tpr > 0 || npx_nointr != 0)
panic("npxsave: masked");
#endif
IPRINTF(("Fork"));
Home |
Main Index |
Thread Index |
Old Index