summaryrefslogtreecommitdiffstats
path: root/main/linux-grsec/sync-core.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/linux-grsec/sync-core.patch')
-rw-r--r--main/linux-grsec/sync-core.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/linux-grsec/sync-core.patch b/main/linux-grsec/sync-core.patch
deleted file mode 100644
index 792398304..000000000
--- a/main/linux-grsec/sync-core.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./arch/x86/kernel/alternative.c.orig
-+++ ./arch/x86/kernel/alternative.c
-@@ -500,9 +500,9 @@
-
- pax_open_kernel();
- memcpy(ktla_ktva(addr), opcode, len);
-+ sync_core();
- pax_close_kernel();
-
-- sync_core();
- local_irq_restore(flags);
- /* Could also do a CLFLUSH here to speed up CPU recovery; but
- that causes hangs on some VIA CPUs. */