summaryrefslogtreecommitdiffstats
path: root/testing/linux-virt-grsec/xen-xsave.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/linux-virt-grsec/xen-xsave.patch')
-rw-r--r--testing/linux-virt-grsec/xen-xsave.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/linux-virt-grsec/xen-xsave.patch b/testing/linux-virt-grsec/xen-xsave.patch
deleted file mode 100644
index e172d27b1..000000000
--- a/testing/linux-virt-grsec/xen-xsave.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./arch/x86/xen/enlighten.c.orig
-+++ ./arch/x86/xen/enlighten.c
-@@ -805,6 +805,7 @@
- {
- cr4 &= ~X86_CR4_PGE;
- cr4 &= ~X86_CR4_PSE;
-+ cr4 &= ~X86_CR4_OSXSAVE;
-
- native_write_cr4(cr4);
- }