diff options
Diffstat (limited to 'debian/patches-rt/0056-highmem-Remove-kmap_atomic_prot.patch')
-rw-r--r-- | debian/patches-rt/0056-highmem-Remove-kmap_atomic_prot.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0056-highmem-Remove-kmap_atomic_prot.patch b/debian/patches-rt/0056-highmem-Remove-kmap_atomic_prot.patch index f9038b30b..71bbfd051 100644 --- a/debian/patches-rt/0056-highmem-Remove-kmap_atomic_prot.patch +++ b/debian/patches-rt/0056-highmem-Remove-kmap_atomic_prot.patch @@ -1,8 +1,8 @@ -From acac3af33fa7522e3be0f030ec1d80cca2cf215d Mon Sep 17 00:00:00 2001 +From e6d38c3b5927e3f9fc1eed3a8f9aa9bbe7f31d81 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner <tglx@linutronix.de> Date: Tue, 3 Nov 2020 10:27:45 +0100 Subject: [PATCH 056/323] highmem: Remove kmap_atomic_prot() -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, 2 insertions(+), 12 deletions(-) diff --git a/include/linux/highmem-internal.h b/include/linux/highmem-internal.h -index 3590af5aad96..bd15bf9164c2 100644 +index 3590af5aad96c..bd15bf9164c23 100644 --- a/include/linux/highmem-internal.h +++ b/include/linux/highmem-internal.h @@ -88,16 +88,11 @@ static inline void __kunmap_local(void *vaddr) @@ -48,5 +48,5 @@ index 3590af5aad96..bd15bf9164c2 100644 { #ifdef ARCH_HAS_FLUSH_ON_KUNMAP -- -2.43.0 +2.44.0 |