diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-09-20 10:33:21 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-09-20 10:33:21 +0000 |
commit | 92683492f23722ce35cc61dbe4874eb848b77cbe (patch) | |
tree | 1ef06459e9a34efc375bd02bce556f447de89d30 /sys/arch/sgi/include | |
parent | e23dc300a351fc939a2fc15cf95007bf6bac77fe (diff) |
splraise can be inlined or not by define
Diffstat (limited to 'sys/arch/sgi/include')
-rw-r--r-- | sys/arch/sgi/include/intr.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sgi/include/intr.h b/sys/arch/sgi/include/intr.h index 319eea78308..79261d4060d 100644 --- a/sys/arch/sgi/include/intr.h +++ b/sys/arch/sgi/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.4 2004/09/20 10:31:16 pefo Exp $ */ +/* $OpenBSD: intr.h,v 1.5 2004/09/20 10:33:20 pefo Exp $ */ /* * Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -47,6 +47,8 @@ */ #define IMASK_EXTERNAL /* XXX move this to config */ +/* This define controls wether splraise is inlined or not */ +// #define INLINE_SPLRAISE /* Interrupt priority `levels'; not mutually exclusive. */ |