diff options
Diffstat (limited to 'debian/patches-rt/0027-sh-highmem-Remove-all-traces-of-unused-cruft.patch')
-rw-r--r-- | debian/patches-rt/0027-sh-highmem-Remove-all-traces-of-unused-cruft.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/patches-rt/0027-sh-highmem-Remove-all-traces-of-unused-cruft.patch b/debian/patches-rt/0027-sh-highmem-Remove-all-traces-of-unused-cruft.patch index bcf3a9b1f..47c3e61be 100644 --- a/debian/patches-rt/0027-sh-highmem-Remove-all-traces-of-unused-cruft.patch +++ b/debian/patches-rt/0027-sh-highmem-Remove-all-traces-of-unused-cruft.patch @@ -1,8 +1,8 @@ -From 61e1ac8c3bd29dec41ae2f631bb142e26b790de2 Mon Sep 17 00:00:00 2001 +From 9ecea255e4a77ea3c29037da0a6446d6b006d9e6 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner <tglx@linutronix.de> Date: Tue, 3 Nov 2020 10:27:16 +0100 Subject: [PATCH 027/323] sh/highmem: Remove all traces of unused 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 For whatever reasons SH has highmem bits all over the place but does not enable it via Kconfig. Remove the bitrot. @@ -17,7 +17,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> delete mode 100644 arch/sh/include/asm/kmap_types.h diff --git a/arch/sh/include/asm/fixmap.h b/arch/sh/include/asm/fixmap.h -index f38adc189b83..b07fbc7f7bc6 100644 +index f38adc189b832..b07fbc7f7bc6a 100644 --- a/arch/sh/include/asm/fixmap.h +++ b/arch/sh/include/asm/fixmap.h @@ -13,9 +13,6 @@ @@ -44,7 +44,7 @@ index f38adc189b83..b07fbc7f7bc6 100644 * FIX_IOREMAP entries are useful for mapping physical address diff --git a/arch/sh/include/asm/kmap_types.h b/arch/sh/include/asm/kmap_types.h deleted file mode 100644 -index b78107f923dd..000000000000 +index b78107f923dd3..0000000000000 --- a/arch/sh/include/asm/kmap_types.h +++ /dev/null @@ -1,15 +0,0 @@ @@ -64,7 +64,7 @@ index b78107f923dd..000000000000 - -#endif diff --git a/arch/sh/mm/init.c b/arch/sh/mm/init.c -index 3348e0c4d769..0db6919af8d3 100644 +index 3348e0c4d7698..0db6919af8d32 100644 --- a/arch/sh/mm/init.c +++ b/arch/sh/mm/init.c @@ -362,9 +362,6 @@ void __init mem_init(void) @@ -90,5 +90,5 @@ index 3348e0c4d769..0db6919af8d3 100644 (VMALLOC_END - VMALLOC_START) >> 20, -- -2.43.0 +2.44.0 |