G/C HP700_SOFTINTR_*
This commit is contained in:
parent
03bb7555b4
commit
d5a5ca5266
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: intr.h,v 1.12 2008/04/28 20:23:19 martin Exp $ */
|
||||
/* $NetBSD: intr.h,v 1.13 2008/07/07 12:29:30 skrll Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998, 2001, 2002 The NetBSD Foundation, Inc.
|
||||
|
@ -111,15 +111,6 @@ splraiseipl(ipl_cookie_t icookie)
|
|||
#define setsoftast() (astpending = 1)
|
||||
#define setsoftnet() hp700_intr_schedule(softnetmask)
|
||||
|
||||
/*
|
||||
* Generic software interrupt support.
|
||||
*/
|
||||
|
||||
#define HP700_SOFTINTR_SOFTCLOCK 0
|
||||
#define HP700_SOFTINTR_SOFTNET 1
|
||||
#define HP700_SOFTINTR_SOFTSERIAL 2
|
||||
#define HP700_NSOFTINTR 3
|
||||
|
||||
void hp700_intr_schedule(int);
|
||||
|
||||
#endif /* !_LOCORE */
|
||||
|
|
Loading…
Reference in New Issue