x86/cpu: Remove unused and undefined __generic_processor_info() declaration
authorDou Liyang <douly.fnst@cn.fujitsu.com>
Mon, 11 Sep 2017 03:43:23 +0000 (11:43 +0800)
committerIngo Molnar <mingo@kernel.org>
Mon, 11 Sep 2017 06:16:37 +0000 (08:16 +0200)
commite2329b4252f373c244e75928be38bf1dd45b35da
treeda7ed32381b8237d94f560c8fbcbe5c98ea1998b
parent21d9bb4a05bac50fb4f850517af4030baecd00f6
x86/cpu: Remove unused and undefined __generic_processor_info() declaration

The following revert:

  2b85b3d22920 ("x86/acpi: Restore the order of CPU IDs")

... got rid of __generic_processor_info(), but forgot to remove its
declaration in mpspec.h.

Remove the declaration and update the comments as well.

Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: lenb@kernel.org
Link: http://lkml.kernel.org/r/1505101403-29100-1-git-send-email-douly.fnst@cn.fujitsu.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/include/asm/mpspec.h
arch/x86/kernel/apic/apic.c