From 92683492f23722ce35cc61dbe4874eb848b77cbe Mon Sep 17 00:00:00 2001 From: Per Fogelstrom Date: Mon, 20 Sep 2004 10:33:21 +0000 Subject: splraise can be inlined or not by define --- sys/arch/sgi/include/intr.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch') 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. */ -- cgit v1.2.3