[SPARC64]: Add sun4v case to __GET_CPUID() patch tables.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller
2006-02-04 15:40:53 -08:00
parent e1c21c4f47
commit d96b81533b
2 changed files with 11 additions and 0 deletions

View File

@@ -520,6 +520,9 @@ static void __init per_cpu_patch(void)
else
insns = &p->cheetah_safari[0];
break;
case hypervisor:
insns = &p->sun4v[0];
break;
default:
prom_printf("Unknown cpu type, halting.\n");
prom_halt();