From 859ab7acf629c0eaa25d34e43deb6dd8a9be6166 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Wed, 23 Nov 2016 08:16:39 +0000 Subject: [PATCH] linux: drop mtrr hack - no longer needed --- .../linux/linux-020-export-mtrr-symbol.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 projects/Generic/patches/linux/linux-020-export-mtrr-symbol.patch diff --git a/projects/Generic/patches/linux/linux-020-export-mtrr-symbol.patch b/projects/Generic/patches/linux/linux-020-export-mtrr-symbol.patch deleted file mode 100644 index 2777813d14..0000000000 --- a/projects/Generic/patches/linux/linux-020-export-mtrr-symbol.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/arch/x86/kernel/cpu/mtrr/main.c 2015-10-18 08:10:52.951166026 +0100 -+++ b/arch/x86/kernel/cpu/mtrr/main.c 2015-10-18 08:11:54.651493742 +0100 -@@ -448,6 +448,7 @@ - return mtrr_add_page(base >> PAGE_SHIFT, size >> PAGE_SHIFT, type, - increment); - } -+EXPORT_SYMBOL(mtrr_add); - - /** - * mtrr_del_page - delete a memory type region -@@ -536,6 +537,7 @@ - return -EINVAL; - return mtrr_del_page(reg, base >> PAGE_SHIFT, size >> PAGE_SHIFT); - } -+EXPORT_SYMBOL(mtrr_del); - - /** - * arch_phys_wc_add - add a WC MTRR and handle errors if PAT is unavailable