Enable nested interrupts.

This commit is contained in:
augustss 2003-01-13 20:26:22 +00:00
parent b50058b483
commit fdac9a76f1
1 changed files with 3 additions and 1 deletions

View File

@ -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
*/