X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fgears%2Fext_sw_intr.c;h=8219447894e71576dda60f04fc3fcb899b4cd5dc;hb=d0652a946b5d7dcee13c9d445b103f37284059aa;hp=9d9bebfeb078169e9424a39e9aeb361eb95f1d21;hpb=b94be6799fca5da67eb64f5e7467c2da5dff5022;p=palacios.git diff --git a/palacios/src/gears/ext_sw_intr.c b/palacios/src/gears/ext_sw_intr.c index 9d9bebf..8219447 100644 --- a/palacios/src/gears/ext_sw_intr.c +++ b/palacios/src/gears/ext_sw_intr.c @@ -78,7 +78,7 @@ static int init_swintr_core_vmx (struct guest_info * core, void * priv_data) { } -static int init_swintr_intercept_core (struct guest_info * core, void * priv_data) { +static int init_swintr_intercept_core (struct guest_info * core, void * priv_data, void ** core_data) { v3_cpu_arch_t cpu_type = v3_get_cpu_type(V3_Get_CPU()); switch (cpu_type) {