x86: fix warning in "x86: clean up vSMP detection"
authorAlexander van Heukelum <heukelum@mailshack.com>
Wed, 16 Apr 2008 16:45:35 +0000 (18:45 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 29 Apr 2008 11:45:24 +0000 (13:45 +0200)
commit8008abbd87644c84f93a7a86fec88f1e14031901
tree86cc50fbc475585e24f693495c553c94a7341220
parente686d34156ef0e56b2ebec505b809018bc0dc73b
x86: fix warning in "x86: clean up vSMP detection"

The function detect_vsmp_box is a void function in the PCI case.
Change the !PCI stub to void too.

Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/vsmp_64.c