[SPARC64]: Fix {mc,smt}_capable().

It's not just sun4v hypervisor platforms that should return true
for this, sun4u with UltraSPARC-IV should return true too.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller
2007-06-04 21:48:33 -07:00
committed by David S. Miller
parent 5cd342df96
commit a2f9f6bbb3
5 changed files with 12 additions and 4 deletions

View File

@@ -44,6 +44,8 @@
extern void calibrate_delay(void);
int sparc64_multi_core __read_mostly;
/* Please don't make this stuff initdata!!! --DaveM */
unsigned char boot_cpu_id;