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/powerpc/isa | |
parent | d4c61825b8a47a2b5d7376e28809ece79a1746ef (diff) |
Add a __NO_ISA_INTR_CHECK #define, until the maintainers add the code.
Diffstat (limited to 'sys/arch/powerpc/isa')
-rw-r--r-- | sys/arch/powerpc/isa/isa_machdep.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/isa/isa_machdep.h b/sys/arch/powerpc/isa/isa_machdep.h index bb2ad834b43..6504688de3a 100644 --- a/sys/arch/powerpc/isa/isa_machdep.h +++ b/sys/arch/powerpc/isa/isa_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isa_machdep.h,v 1.1 1997/10/11 11:52:59 pefo Exp $ */ +/* $OpenBSD: isa_machdep.h,v 1.2 1998/06/29 05:47:40 downsj Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -66,6 +66,7 @@ struct p4e_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. |