mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-14 05:02:28 +01:00
11 lines
193 B
Diff
11 lines
193 B
Diff
--- ./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);
|
|
}
|