summaryrefslogtreecommitdiff
path: root/i386/i386/ipl.h
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/ipl.h')
-rw-r--r--i386/i386/ipl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/ipl.h b/i386/i386/ipl.h
index 20e7428b..6e59b368 100644
--- a/i386/i386/ipl.h
+++ b/i386/i386/ipl.h
@@ -76,7 +76,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
typedef void (*interrupt_handler_fn)(int);
extern interrupt_handler_fn ivect[];
extern int iunit[];
-extern spl_t curr_ipl;
+extern spl_t curr_ipl[NCPUS];
#endif /* __ASSEMBLER__ */
#endif /* KERNEL */