From 6cc957f067cd60056d42877792e21085a8d25608 Mon Sep 17 00:00:00 2001 From: pooka Date: Wed, 31 Oct 2007 16:00:26 +0000 Subject: [PATCH] "Support" splhigh(), requested by reinoud. But the spl emulation code needs to be actually written soon ... --- sys/rump/include/machine/intr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/rump/include/machine/intr.h b/sys/rump/include/machine/intr.h index 1a3f8f6ce807..5aeaefcf5588 100644 --- a/sys/rump/include/machine/intr.h +++ b/sys/rump/include/machine/intr.h @@ -1,4 +1,4 @@ -/* $NetBSD: intr.h,v 1.3 2007/09/11 16:31:01 briggs Exp $ */ +/* $NetBSD: intr.h,v 1.4 2007/10/31 16:00:26 pooka Exp $ */ /* * Copyright (c) 2007 Antti Kantee. All Rights Reserved. @@ -33,6 +33,7 @@ #define spllower(x) ((void)0) #define splraise(x) 0 #define splsoftnet() 0 +#define splhigh() 0 #define splclock() 0 #define splbio() 0 #define splvm() 0