From 23815def343f550f8da4c65c3f38804c8d6ac712 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Fri, 24 Apr 2009 03:43:20 +0000 Subject: [PATCH] Remove isa_irq_pending(). It's not used. --- sys/ia64/isa/isa.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/sys/ia64/isa/isa.c b/sys/ia64/isa/isa.c index 889b90721b0..646723716ee 100644 --- a/sys/ia64/isa/isa.c +++ b/sys/ia64/isa/isa.c @@ -73,17 +73,6 @@ isa_init(device_t dev) { } -intrmask_t -isa_irq_pending(void) -{ - u_char irr1; - u_char irr2; - - irr1 = inb(IO_ICU1); - irr2 = inb(IO_ICU2); - return ((irr2 << 8) | irr1); -} - /* * This implementation simply passes the request up to the parent * bus, which in our case is the special i386 nexus, substituting any