diff options
Diffstat (limited to 'debian/patches-rt/0053-highmem-Remove-kmap_atomic_pfn.patch')
-rw-r--r-- | debian/patches-rt/0053-highmem-Remove-kmap_atomic_pfn.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0053-highmem-Remove-kmap_atomic_pfn.patch b/debian/patches-rt/0053-highmem-Remove-kmap_atomic_pfn.patch index a43566a1c..9c3d829a5 100644 --- a/debian/patches-rt/0053-highmem-Remove-kmap_atomic_pfn.patch +++ b/debian/patches-rt/0053-highmem-Remove-kmap_atomic_pfn.patch @@ -1,8 +1,8 @@ -From 766aabba108ec5697bed86d6ec633151b7f3618e Mon Sep 17 00:00:00 2001 +From 096cf71d9a07e3810a1d2094ba9b6cc413176a7a Mon Sep 17 00:00:00 2001 From: Thomas Gleixner <tglx@linutronix.de> Date: Tue, 3 Nov 2020 10:27:42 +0100 Subject: [PATCH 053/323] highmem: Remove kmap_atomic_pfn() -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 No more users. @@ -13,7 +13,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> 1 file changed, 12 deletions(-) diff --git a/include/linux/highmem-internal.h b/include/linux/highmem-internal.h -index 1bbe96dc8be6..3590af5aad96 100644 +index 1bbe96dc8be65..3590af5aad96c 100644 --- a/include/linux/highmem-internal.h +++ b/include/linux/highmem-internal.h @@ -100,13 +100,6 @@ static inline void *kmap_atomic(struct page *page) @@ -43,5 +43,5 @@ index 1bbe96dc8be6..3590af5aad96 100644 { #ifdef ARCH_HAS_FLUSH_ON_KUNMAP -- -2.43.0 +2.44.0 |