diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 04:21:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 04:21:41 +0000 |
commit | b488a8b2c3eaf68ad4778dbdc99bdda0b0d1ce6d (patch) | |
tree | 9f60f0d41af253fa943e7811f231d36852f10f1e /debian/patches-rt/0051-mips-Disable-highmem-on-RT.patch | |
parent | Merging upstream version 4.19.304. (diff) | |
download | linux-debian/4.19.304-1.tar.xz linux-debian/4.19.304-1.zip |
Adding debian version 4.19.304-1.debian/4.19.304-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/patches-rt/0051-mips-Disable-highmem-on-RT.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0051-mips-Disable-highmem-on-RT.patch b/debian/patches-rt/0051-mips-Disable-highmem-on-RT.patch index 340ce777f..9061234e2 100644 --- a/debian/patches-rt/0051-mips-Disable-highmem-on-RT.patch +++ b/debian/patches-rt/0051-mips-Disable-highmem-on-RT.patch @@ -1,7 +1,7 @@ From: Thomas Gleixner <tglx@linutronix.de> Date: Mon, 18 Jul 2011 17:10:12 +0200 -Subject: [PATCH 051/353] mips: Disable highmem on RT -Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=e8faa268480a65b8ec2bc9731d9488ab238e5eee +Subject: [PATCH 051/354] mips: Disable highmem on RT +Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=b58be7fafe13fa007c6be9aa57a2efa62b2757f0 The current highmem handling on -RT is not compatible and needs fixups. @@ -11,10 +11,10 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de> 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig -index 8a227a80f6bd..bbd790058e46 100644 +index 8d1d065aac35..68bfe86b5aa8 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig -@@ -2523,7 +2523,7 @@ config MIPS_CRC_SUPPORT +@@ -2524,7 +2524,7 @@ config MIPS_CRC_SUPPORT # config HIGHMEM bool "High Memory Support" |