summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/isa/icu.h4
-rw-r--r--sys/i386/isa/icu.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/isa/icu.h b/sys/amd64/isa/icu.h
index 8bafaf3..5cecf65 100644
--- a/sys/amd64/isa/icu.h
+++ b/sys/amd64/isa/icu.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)icu.h 5.6 (Berkeley) 5/9/91
- * $Id: icu.h,v 1.4 1994/09/16 13:33:38 davidg Exp $
+ * $Id: icu.h,v 1.5 1994/09/18 23:08:56 bde Exp $
*/
/*
@@ -65,7 +65,7 @@ extern unsigned imen; /* interrupt mask enable */
#define SET_ICUS() (outb(0x21, imen), outb(0xa1, imen >> 8))
#endif
-#endif
+#endif /* LOCORE */
/*
* Interrupt enable bits - in normal order of priority (which we change)
diff --git a/sys/i386/isa/icu.h b/sys/i386/isa/icu.h
index 8bafaf3..5cecf65 100644
--- a/sys/i386/isa/icu.h
+++ b/sys/i386/isa/icu.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)icu.h 5.6 (Berkeley) 5/9/91
- * $Id: icu.h,v 1.4 1994/09/16 13:33:38 davidg Exp $
+ * $Id: icu.h,v 1.5 1994/09/18 23:08:56 bde Exp $
*/
/*
@@ -65,7 +65,7 @@ extern unsigned imen; /* interrupt mask enable */
#define SET_ICUS() (outb(0x21, imen), outb(0xa1, imen >> 8))
#endif
-#endif
+#endif /* LOCORE */
/*
* Interrupt enable bits - in normal order of priority (which we change)
OpenPOWER on IntegriCloud