commit | 215af5499d9e2b55f111d2431ea20218115f29b3 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Sat Jul 07 11:40:18 2018 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Mon Jul 09 09:19:18 2018 +0200 |
tree | ea2ebc1bdb9efd77714acf5dd26dadcbfe215c70 | |
parent | 390d975e0c4e60ce70d4157e0dd91ede37824603 [diff] |
cpu/hotplug: Online siblings when SMT control is turned on Writing 'off' to /sys/devices/system/cpu/smt/control offlines all SMT siblings. Writing 'on' merily enables the abilify to online them, but does not online them automatically. Make 'on' more useful by onlining all offline siblings. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>