cpu/hotplug: Replace anon union
authorThomas Gleixner <tglx@linutronix.de>
Mon, 5 Sep 2016 13:28:36 +0000 (15:28 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 5 Sep 2016 13:32:58 +0000 (15:32 +0200)
commit3c1627e999e45e292d5d7ea3751ed86a6383ee2c
treeecd2a59d95cb06b211d9a2f046bdbf880e2ebca0
parent01b41159066531cc8d664362ff0cd89dd137bbfa
cpu/hotplug: Replace anon union

Some compilers are unhappy with the anon union in the state array. Replace
it with a named union.

While at it align the state array initializers proper and add the missing
name tags.

Fixes: cf392d10b69e "cpu/hotplug: Add multi instance support"
Reported-by: Ingo Molnar <mingo@kernel.org>
Reported-by: Fenguang Wu <fengguang.wu@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: rt@linutronix.de
kernel/cpu.c