diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1998-06-29 05:47:43 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1998-06-29 05:47:43 +0000 |
commit | 4d101b749bd602f9577cd584296b530437861551 (patch) | |
tree | 404a9e12483ab655ec64dc040195b7e75f80923d /sys/arch/wgrisc | |
parent | d4c61825b8a47a2b5d7376e28809ece79a1746ef (diff) |
Add a __NO_ISA_INTR_CHECK #define, until the maintainers add the code.
Diffstat (limited to 'sys/arch/wgrisc')
-rw-r--r-- | sys/arch/wgrisc/isa/isa_machdep.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/wgrisc/isa/isa_machdep.h b/sys/arch/wgrisc/isa/isa_machdep.h index 47d73c6318c..843300f0d33 100644 --- a/sys/arch/wgrisc/isa/isa_machdep.h +++ b/sys/arch/wgrisc/isa/isa_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isa_machdep.h,v 1.1 1997/02/06 16:02:42 pefo Exp $ */ +/* $OpenBSD: isa_machdep.h,v 1.2 1998/06/29 05:47:42 downsj Exp $ */ /* * Copyright (c) 1996 Per Fogelstrom @@ -67,6 +67,8 @@ struct wgrisc_isa_bus { #define isa_intr_disestablish(c, h) \ (*(c)->ic_intr_disestablish)((c)->ic_data, (h)) +#define __NO_ISA_INTR_CHECK /* FIXME */ + /* * Interrupt control struct used to control the ICU setup. */ |