[SPARC64]: Register kernel TSB with hypervisor.
We do this right after we take over the trap table from OBP. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -122,8 +122,10 @@ void __init smp_callin(void)
|
||||
|
||||
__local_per_cpu_offset = __per_cpu_offset(cpuid);
|
||||
|
||||
if (tlb_type == hypervisor)
|
||||
if (tlb_type == hypervisor) {
|
||||
sun4v_register_fault_status();
|
||||
sun4v_ktsb_register();
|
||||
}
|
||||
|
||||
__flush_tlb_all();
|
||||
|
||||
|
Reference in New Issue
Block a user