Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Fixup IPL_LEVELS to be correct. This matches the c...
details: https://anonhg.NetBSD.org/src/rev/4559df1130a7
branches: trunk
changeset: 537664:4559df1130a7
user: chris <chris%NetBSD.org@localhost>
date: Fri Oct 04 10:21:33 2002 +0000
description:
Fixup IPL_LEVELS to be correct. This matches the change I did to footbridge
based systems. Untested on shark, but is the right thing to do. I suspect
the original arm32 intr.h had the bug, and when the ports split we just took
the bug.
diffstat:
sys/arch/acorn32/include/intr.h | 4 ++--
sys/arch/shark/include/intr.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 137f71503840 -r 4559df1130a7 sys/arch/acorn32/include/intr.h
--- a/sys/arch/acorn32/include/intr.h Fri Oct 04 10:16:56 2002 +0000
+++ b/sys/arch/acorn32/include/intr.h Fri Oct 04 10:21:33 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.2 2001/11/26 20:43:46 thorpej Exp $ */
+/* $NetBSD: intr.h,v 1.3 2002/10/04 10:21:33 chris Exp $ */
/*
* Copyright (c) 1997 Mark Brinicombe.
@@ -50,7 +50,7 @@
#define IPL_SERIAL 7 /* serial */
#define IPL_NONE 8
-#define IPL_LEVELS 8
+#define IPL_LEVELS 9
#define IST_UNUSABLE -1 /* interrupt cannot be used */
#define IST_NONE 0 /* none (dummy) */
diff -r 137f71503840 -r 4559df1130a7 sys/arch/shark/include/intr.h
--- a/sys/arch/shark/include/intr.h Fri Oct 04 10:16:56 2002 +0000
+++ b/sys/arch/shark/include/intr.h Fri Oct 04 10:21:33 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.1 2002/02/10 01:57:21 thorpej Exp $ */
+/* $NetBSD: intr.h,v 1.2 2002/10/04 10:21:34 chris Exp $ */
/*
* Copyright (c) 1997 Mark Brinicombe.
@@ -50,7 +50,7 @@
#define IPL_SERIAL 7 /* serial */
#define IPL_NONE 8
-#define IPL_LEVELS 8
+#define IPL_LEVELS 9
#define IST_UNUSABLE -1 /* interrupt cannot be used */
#define IST_NONE 0 /* none (dummy) */
Home |
Main Index |
Thread Index |
Old Index