X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=linux-wistron-nx.patch;h=84cb93680c4bce7cbab814aeae3d40b69e26edb9;hb=976c8d9c22302bc9a79d9b857f27e714ff98d508;hp=bbd6a92354a482b1001495179f559c7e05aa43e5;hpb=93ea27350ab4220f275b274994ee1ccdd202433c;p=packages%2Fkernel.git diff --git a/linux-wistron-nx.patch b/linux-wistron-nx.patch index bbd6a923..84cb9368 100644 --- a/linux-wistron-nx.patch +++ b/linux-wistron-nx.patch @@ -24,8 +24,8 @@ } /* The Windows driver maps 0x10000 bytes, we keep only one page... */ bios_data_map_base = ioremap(0x400, 0xc00); ---- linux-5.4/arch/x86/mm/pageattr.c~ 2019-11-25 01:32:01.000000000 +0100 -+++ linux-5.4/arch/x86/mm/pageattr.c 2019-11-27 06:38:21.886578313 +0100 +--- linux-5.4/arch/x86/mm/pat/set_memory.c~ 2019-11-25 01:32:01.000000000 +0100 ++++ linux-5.4/arch/x86/mm/pat/set_memory.c 2019-11-27 06:38:21.886578313 +0100 @@ -1885,6 +1885,7 @@ int set_memory_x(unsigned long addr, int return change_page_attr_clear(&addr, numpages, __pgprot(_PAGE_NX), 0);