diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-09-20 15:10:36 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-09-20 15:10:36 +0000 |
commit | 057eaadf7b7414d826f8463ecaacc7c7d714ac12 (patch) | |
tree | ef5fab3837b3795e4c02c90fb487aa5ff2be07c9 /sys/arch/sgi | |
parent | dbee92926ae30209d1817668e2521445e33812bf (diff) |
// is not valid in asm. doh...
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. */ |