Re: [PATCH] cpu/hotplug: Non-SMP machines do not make use of booted_once

2018-08-14 Thread Linus Torvalds
On Tue, Aug 14, 2018 at 2:26 PM Abel Vesa wrote: > > Following commit breaks the non-SMP builds. Thanks, we obviously don't do a lot of coverage of UP any more. I'm not sure if we should just move the bool's to be bitfields and make them all available unconditionally, because the #ifdef in code

[PATCH] cpu/hotplug: Non-SMP machines do not make use of booted_once

2018-08-14 Thread Abel Vesa
Following commit breaks the non-SMP builds. [0cc3cd21657be04cb0] cpu/hotplug: Boot HT siblings at least once Signed-off-by: Abel Vesa --- kernel/cpu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/cpu.c b/kernel/cpu.c index 099fb20cd7be..f06c513c5c42 100644 --- a/kernel/cpu.c +++