summaryrefslogtreecommitdiff
path: root/usr/src/uts/i86pc/io/apix/apix.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/i86pc/io/apix/apix.c')
-rw-r--r--usr/src/uts/i86pc/io/apix/apix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/i86pc/io/apix/apix.c b/usr/src/uts/i86pc/io/apix/apix.c
index c87abc8ea5..18dee7499a 100644
--- a/usr/src/uts/i86pc/io/apix/apix.c
+++ b/usr/src/uts/i86pc/io/apix/apix.c
@@ -612,7 +612,7 @@ apix_picinit(void)
/* add nmi handler - least priority nmi handler */
LOCK_INIT_CLEAR(&apic_nmi_lock);
- if (!psm_add_nmintr(0, (avfunc) apic_nmi_intr,
+ if (!psm_add_nmintr(0, apic_nmi_intr,
"apix NMI handler", (caddr_t)NULL))
cmn_err(CE_WARN, "apix: Unable to add nmi handler");