Enable nested interrupts.
This commit is contained in:
parent
b50058b483
commit
fdac9a76f1
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: extintr.c,v 1.4 2002/07/05 18:45:20 matt Exp $ */
|
||||
/* $NetBSD: extintr.c,v 1.5 2003/01/13 20:26:22 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2002 The NetBSD Foundation, Inc.
|
||||
|
@ -132,6 +132,8 @@ fakeintr(void *arg)
|
|||
|
||||
void setleds(int);
|
||||
|
||||
#define RECINTR 1 /* handle nested interrupts */
|
||||
|
||||
/*
|
||||
* external interrupt handler
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue