Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cats/include We have 9 IPL levels, not 8.



details:   https://anonhg.NetBSD.org/src/rev/382708ed80b3
branches:  trunk
changeset: 537211:382708ed80b3
user:      chris <chris%NetBSD.org@localhost>
date:      Sat Sep 28 10:23:26 2002 +0000

description:
We have 9 IPL levels, not 8.

diffstat:

 sys/arch/cats/include/intr.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f16e49e1939b -r 382708ed80b3 sys/arch/cats/include/intr.h
--- a/sys/arch/cats/include/intr.h      Sat Sep 28 10:20:01 2002 +0000
+++ b/sys/arch/cats/include/intr.h      Sat Sep 28 10:23:26 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.2 2001/11/26 20:43:47 thorpej Exp $ */
+/*     $NetBSD: intr.h,v 1.3 2002/09/28 10:23:26 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