x86/apic: Fix num_processors value in case of failure
authorDou Liyang <douly.fnst@cn.fujitsu.com>
Wed, 7 Sep 2016 02:21:33 +0000 (10:21 +0800)
committerIngo Molnar <mingo@kernel.org>
Thu, 8 Sep 2016 06:11:03 +0000 (08:11 +0200)
commitc291b015158577be533dd5a959dfc09bab119eed
treeb91e42c318b00d6fd80dd8ade3ef026a85070654
parentdb91e2370e087967cb6b6425c092188767fb5e00
x86/apic: Fix num_processors value in case of failure

If the topology package map check of the APIC ID and the CPU is a failure,
we don't generate the processor info for that APIC ID yet we increase
disabled_cpus by one - which is buggy.

Only increase num_processors once we are sure we don't fail.

Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com>
Acked-by: David Rientjes <rientjes@google.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1473214893-16481-1-git-send-email-douly.fnst@cn.fujitsu.com
[ Rewrote the changelog. ]
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/apic/apic.c