Only build this on i386 for now. I may use it for the alpha later but
currently it doesn't compile.
This commit is contained in:
parent
85046d2eed
commit
ac844baa28
@ -23,10 +23,17 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: kern_intr.c,v 1.14 1998/04/17 04:53:39 bde Exp $
|
||||
* $Id: kern_intr.c,v 1.15 1998/06/07 17:11:34 dfr Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef __i386__
|
||||
|
||||
/*
|
||||
* This file is pretty i386 specific. I might be able to make it more
|
||||
* portable in the future but for now turn it off for non-i386 ports.
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/systm.h>
|
||||
@ -430,3 +437,5 @@ unregister_intr(int intr, inthand2_t handler)
|
||||
return (intr_destroy(p));
|
||||
return (EINVAL);
|
||||
}
|
||||
|
||||
#endif /* __i386__ */
|
||||
|
Loading…
Reference in New Issue
Block a user