projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c93014a
)
xen: Fix credit1 Kconfig entry
author
George Dunlap
<george.dunlap@citrix.com>
Thu, 8 Feb 2018 16:23:50 +0000
(16:23 +0000)
committer
George Dunlap
<george.dunlap@citrix.com>
Thu, 8 Feb 2018 16:27:10 +0000
(16:27 +0000)
...so that it shows up in the menu and can be disabled.
Signed-off-by: George Dunlap <george.dunlap@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Dario Faggioli <dfaggioli@suse.com>
xen/common/Kconfig
patch
|
blob
|
history
diff --git
a/xen/common/Kconfig
b/xen/common/Kconfig
index 103ef44cb5edb60ad2e0f07b659126947ec6f5ba..0a405d0905ec59674be1fa49c5883c8f927f44cd 100644
(file)
--- a/
xen/common/Kconfig
+++ b/
xen/common/Kconfig
@@
-164,7
+164,8
@@
menu "Schedulers"
visible if EXPERT = "y"
config SCHED_CREDIT
- def_bool y
+ bool "Credit scheduler support"
+ default y
---help---
The traditional credit scheduler is a general purpose scheduler.