summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/powerpc/include/intr.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/powerpc/include/intr.h b/sys/arch/powerpc/include/intr.h
index b1e60ba000f..eb01f4de93e 100644
--- a/sys/arch/powerpc/include/intr.h
+++ b/sys/arch/powerpc/include/intr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.h,v 1.24 2003/10/19 21:57:35 drahn Exp $ */
+/* $OpenBSD: intr.h,v 1.25 2003/10/31 03:04:16 drahn Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom, Opsycon AB and RTMX Inc, USA.
@@ -43,7 +43,7 @@
#define IPL_IMP 4
#define IPL_CLOCK 5
#define IPL_HIGH 6
-#define IPL_NUM 7
+#define IPL_NUM 7
#define IST_NONE 0
#define IST_PULSE 1
@@ -172,6 +172,4 @@ extern struct intrhand ppc_configed_intr[MAX_PRECONF_INTR];
void softnet(int isr);
#endif /* _LOCORE */
-
-
#endif /* _POWERPC_INTR_H_ */