diff options
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/include/intr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/include/intr.h b/sys/arch/sgi/include/intr.h index 79261d4060d..4eb71d2a6ee 100644 --- a/sys/arch/sgi/include/intr.h +++ b/sys/arch/sgi/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.5 2004/09/20 10:33:20 pefo Exp $ */ +/* $OpenBSD: intr.h,v 1.6 2004/09/20 15:10:35 pefo Exp $ */ /* * Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -48,7 +48,7 @@ #define IMASK_EXTERNAL /* XXX move this to config */ /* This define controls wether splraise is inlined or not */ -// #define INLINE_SPLRAISE +/* #define INLINE_SPLRAISE */ /* Interrupt priority `levels'; not mutually exclusive. */ |