summarylogtreecommitdiffstats
path: root/vmmon.patch
diff options
context:
space:
mode:
authorJean-Marc Lenoir2023-10-21 15:47:30 +0200
committerJean-Marc Lenoir2023-10-21 15:47:30 +0200
commite87f3d1578f7c0cdef7ad60a5a475d5494ba5e4f (patch)
treebed230894f85ce60b275fd2fe3671c8d9c497cb9 /vmmon.patch
parent38aefe99bd5b32bc403c948b08df5b444dbbc7ff (diff)
downloadaur-e87f3d1578f7c0cdef7ad60a5a475d5494ba5e4f.tar.gz
Update to 17.5.0
Diffstat (limited to 'vmmon.patch')
-rw-r--r--vmmon.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/vmmon.patch b/vmmon.patch
index 906c33906d39..f2e32d6d0270 100644
--- a/vmmon.patch
+++ b/vmmon.patch
@@ -12,15 +12,3 @@
# Header directory for the running kernel
ifdef LINUXINCLUDE
-Patch taken from https://raw.githubusercontent.com/jeffersonchua/linux-6.5.0/main/patch-17.0.2-6.5.0
---- a/vmmon/include/pgtbl.h
-+++ b/vmmon/include/pgtbl.h
-@@ -91,7 +91,7 @@
- } else {
- pte_t *pte;
-
-- pte = pte_offset_map(pmd, addr);
-+ pte = pte_offset_kernel(pmd, addr);
- if (pte_present(*pte) == 0) {
- pte_unmap(pte);
- return INVALID_MPN;