[SPARC64]: Add sun4v case to __GET_CPUID() patch tables.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user