summaryrefslogtreecommitdiff
path: root/kvm
diff options
context:
space:
mode:
Diffstat (limited to 'kvm')
-rw-r--r--kvm/user/test/x86/apic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kvm/user/test/x86/apic.c b/kvm/user/test/x86/apic.c
index 504def2ad..63d326d45 100644
--- a/kvm/user/test/x86/apic.c
+++ b/kvm/user/test/x86/apic.c
@@ -426,8 +426,8 @@ int main()
{
setup_vm();
- g_apic = vmap(0xfee00000, 0x1000);
- g_ioapic = vmap(0xfec00000, 0x1000);
+ g_apic = (void *)0xfee00000;
+ g_ioapic = (void *)0xfec00000;
test_lapic_existence();