x86/apic: Use u32 for wakeup_secondary_cpu[_64]()
[linux-2.6-microblaze.git] / arch / x86 / hyperv / hv_vtl.c
index 36a5622..052c5b5 100644 (file)
@@ -196,7 +196,7 @@ static int hv_vtl_apicid_to_vp_id(u32 apic_id)
        return ret;
 }
 
-static int hv_vtl_wakeup_secondary_cpu(int apicid, unsigned long start_eip)
+static int hv_vtl_wakeup_secondary_cpu(u32 apicid, unsigned long start_eip)
 {
        int vp_id;