diff options
Diffstat (limited to 'debian/patches-rt/0188-kconfig-Disable-config-options-which-are-not-RT-comp.patch')
-rw-r--r-- | debian/patches-rt/0188-kconfig-Disable-config-options-which-are-not-RT-comp.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches-rt/0188-kconfig-Disable-config-options-which-are-not-RT-comp.patch b/debian/patches-rt/0188-kconfig-Disable-config-options-which-are-not-RT-comp.patch index 27d06fa44..70cd49be0 100644 --- a/debian/patches-rt/0188-kconfig-Disable-config-options-which-are-not-RT-comp.patch +++ b/debian/patches-rt/0188-kconfig-Disable-config-options-which-are-not-RT-comp.patch @@ -1,9 +1,9 @@ -From f4fb1a364b1dc97c110e6103ffe75b21e46a0e63 Mon Sep 17 00:00:00 2001 +From 734a98fe3cc0f2b9e691d240a60145fb9e011a09 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner <tglx@linutronix.de> Date: Sun, 24 Jul 2011 12:11:43 +0200 Subject: [PATCH 188/323] kconfig: Disable config options which are not RT compatible -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 Disable stuff which is known to have issues on RT @@ -14,7 +14,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de> 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/Kconfig b/arch/Kconfig -index 628e1e7fe302..8bbbca8839e1 100644 +index 628e1e7fe3029..8bbbca8839e1f 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -37,6 +37,7 @@ config OPROFILE @@ -26,7 +26,7 @@ index 628e1e7fe302..8bbbca8839e1 100644 select RING_BUFFER_ALLOW_SWAP help diff --git a/mm/Kconfig b/mm/Kconfig -index 8c49d09da214..c8cbcb5118b0 100644 +index 8c49d09da2141..c8cbcb5118b02 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -387,7 +387,7 @@ config NOMMU_INITIAL_TRIM_EXCESS @@ -39,5 +39,5 @@ index 8c49d09da214..c8cbcb5118b0 100644 select XARRAY_MULTI help -- -2.43.0 +2.44.0 |