Add IPL_SOFTCLOCK, something required it (although I can't quite

recall what, this has been floating in my tree for a while)
This commit is contained in:
pooka 2008-09-02 19:27:35 +00:00
parent d49f7b0d13
commit 38b7d91d61
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: intr.h,v 1.9 2008/01/27 19:07:21 pooka Exp $ */
/* $NetBSD: intr.h,v 1.10 2008/09/02 19:27:35 pooka Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@ -49,6 +49,7 @@ void rump_splx(int);
#define IPL_NONE 0
#define IPL_SOFTBIO 0
#define IPL_SOFTCLOCK 0
#define IPL_SCHED 0
#define IPL_VM 0