diff options
Diffstat (limited to 'debian/patches-rt/0042-mm-highmem-Remove-the-old-kmap_atomic-cruft.patch')
-rw-r--r-- | debian/patches-rt/0042-mm-highmem-Remove-the-old-kmap_atomic-cruft.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches-rt/0042-mm-highmem-Remove-the-old-kmap_atomic-cruft.patch b/debian/patches-rt/0042-mm-highmem-Remove-the-old-kmap_atomic-cruft.patch index 112ed0a87..d9574c955 100644 --- a/debian/patches-rt/0042-mm-highmem-Remove-the-old-kmap_atomic-cruft.patch +++ b/debian/patches-rt/0042-mm-highmem-Remove-the-old-kmap_atomic-cruft.patch @@ -1,8 +1,8 @@ -From 2840eec439f3e1788047259d10994b555020de40 Mon Sep 17 00:00:00 2001 +From 4e0de4d5db14ba816eba9381e9ffc96b664e1d21 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner <tglx@linutronix.de> Date: Tue, 3 Nov 2020 10:27:31 +0100 Subject: [PATCH 042/323] mm/highmem: Remove the old kmap_atomic cruft -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.204-rt100.tar.xz +Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.215-rt107.tar.xz All users gone. @@ -14,7 +14,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> 2 files changed, 5 insertions(+), 65 deletions(-) diff --git a/include/linux/highmem.h b/include/linux/highmem.h -index a5ce45dceae0..e632774cce87 100644 +index a5ce45dceae0f..e632774cce872 100644 --- a/include/linux/highmem.h +++ b/include/linux/highmem.h @@ -86,31 +86,16 @@ static inline void kunmap(struct page *page) @@ -110,7 +110,7 @@ index a5ce45dceae0..e632774cce87 100644 /* * Prevent people trying to call kunmap_atomic() as if it were kunmap() diff --git a/mm/highmem.c b/mm/highmem.c -index 77677c6844f7..499dfafd36b7 100644 +index 77677c6844f73..499dfafd36b79 100644 --- a/mm/highmem.c +++ b/mm/highmem.c @@ -31,12 +31,6 @@ @@ -135,5 +135,5 @@ index 77677c6844f7..499dfafd36b7 100644 # define arch_kmap_local_pre_unmap(vaddr) do { } while (0) #endif -- -2.43.0 +2.44.0 |