diff options
Diffstat (limited to 'debian/patches-rt/0025-highmem-Remove-unused-functions.patch')
-rw-r--r-- | debian/patches-rt/0025-highmem-Remove-unused-functions.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0025-highmem-Remove-unused-functions.patch b/debian/patches-rt/0025-highmem-Remove-unused-functions.patch index 55deed269..b69dfd239 100644 --- a/debian/patches-rt/0025-highmem-Remove-unused-functions.patch +++ b/debian/patches-rt/0025-highmem-Remove-unused-functions.patch @@ -1,8 +1,8 @@ -From 2060c9ea726ebd649d8d2e596fa2acebef644cd8 Mon Sep 17 00:00:00 2001 +From 6506b24171031c92ab1326b4b974b0fbaf4e5cee Mon Sep 17 00:00:00 2001 From: Thomas Gleixner <tglx@linutronix.de> Date: Tue, 3 Nov 2020 10:27:14 +0100 Subject: [PATCH 025/323] highmem: Remove unused functions -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 Nothing uses totalhigh_pages_dec() and totalhigh_pages_set(). @@ -13,7 +13,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> 1 file changed, 10 deletions(-) diff --git a/include/linux/highmem.h b/include/linux/highmem.h -index b25df1f8d48d..3297bfca78ed 100644 +index b25df1f8d48d3..3297bfca78edd 100644 --- a/include/linux/highmem.h +++ b/include/linux/highmem.h @@ -104,21 +104,11 @@ static inline void totalhigh_pages_inc(void) @@ -39,5 +39,5 @@ index b25df1f8d48d..3297bfca78ed 100644 struct page *kmap_to_page(void *addr); -- -2.43.0 +2.44.0 |