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.
This commit is contained in:
parent
a520b3b2c8
commit
5dded94793
|
@ -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) */
|
||||
|
|
|
@ -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) */
|
||||
|
|
Loading…
Reference in New Issue