summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/io_apic.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/amd64/io_apic.c')
-rw-r--r--sys/amd64/amd64/io_apic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/io_apic.c b/sys/amd64/amd64/io_apic.c
index 19d4f40..5ea81ec 100644
--- a/sys/amd64/amd64/io_apic.c
+++ b/sys/amd64/amd64/io_apic.c
@@ -447,7 +447,7 @@ ioapic_create(uintptr_t addr, int32_t apic_id, int intbase)
uint32_t value;
/* Map the register window so we can access the device. */
- apic = (ioapic_t *)pmap_mapdev(addr, IOAPIC_MEM_REGION);
+ apic = pmap_mapdev(addr, IOAPIC_MEM_REGION);
mtx_lock_spin(&icu_lock);
value = ioapic_read(apic, IOAPIC_VER);
mtx_unlock_spin(&icu_lock);
OpenPOWER on IntegriCloud