|
@@ -10,7 +10,6 @@ DEF_NATIVE(pv_mmu_ops, read_cr2, "movq %cr2, %rax");
|
|
|
DEF_NATIVE(pv_mmu_ops, read_cr3, "movq %cr3, %rax");
|
|
|
DEF_NATIVE(pv_mmu_ops, write_cr3, "movq %rdi, %cr3");
|
|
|
DEF_NATIVE(pv_mmu_ops, flush_tlb_single, "invlpg (%rdi)");
|
|
|
-DEF_NATIVE(pv_cpu_ops, clts, "clts");
|
|
|
DEF_NATIVE(pv_cpu_ops, wbinvd, "wbinvd");
|
|
|
|
|
|
DEF_NATIVE(pv_cpu_ops, usergs_sysret64, "swapgs; sysretq");
|
|
@@ -58,7 +57,6 @@ unsigned native_patch(u8 type, u16 clobbers, void *ibuf,
|
|
|
PATCH_SITE(pv_mmu_ops, read_cr2);
|
|
|
PATCH_SITE(pv_mmu_ops, read_cr3);
|
|
|
PATCH_SITE(pv_mmu_ops, write_cr3);
|
|
|
- PATCH_SITE(pv_cpu_ops, clts);
|
|
|
PATCH_SITE(pv_mmu_ops, flush_tlb_single);
|
|
|
PATCH_SITE(pv_cpu_ops, wbinvd);
|
|
|
#if defined(CONFIG_PARAVIRT_SPINLOCKS)
|