Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pfactum/10118375 to your computer and use it in GitHub Desktop.
Save pfactum/10118375 to your computer and use it in GitHub Desktop.
From e4ae645b04e0371de3f7a4a3c6adc3f65b9bd76c Mon Sep 17 00:00:00 2001
From: Oleksandr Natalenko <oleksandr@natalenko.name>
Date: Sun, 24 Nov 2013 11:31:46 +0200
Subject: [PATCH 2/3] ck-3.12: force disabling BOOTPARAM_HOTPLUG_CPU0 with BFS
enabled
---
arch/x86/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 0af5250..d1533c5 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1794,7 +1794,7 @@ config HOTPLUG_CPU
config BOOTPARAM_HOTPLUG_CPU0
bool "Set default setting of cpu0_hotpluggable"
default n
- depends on HOTPLUG_CPU
+ depends on HOTPLUG_CPU && !SCHED_BFS
---help---
Set whether default state of cpu0_hotpluggable is on or off.
--
1.9.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment