forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/x86/xen/suspend_hvm.c
....@@ -2,6 +2,7 @@
22 #include <linux/types.h>
33
44 #include <xen/xen.h>
5
+#include <xen/hvm.h>
56 #include <xen/features.h>
67 #include <xen/interface/features.h>
78
....@@ -13,6 +14,6 @@
1314 xen_hvm_init_shared_info();
1415 xen_vcpu_restore();
1516 }
16
- xen_callback_vector();
17
+ xen_setup_callback_vector();
1718 xen_unplug_emulated_devices();
1819 }