Archived
14
0
Fork 0

[SPARC64]: Kill sun4v_register_fault_status() on SMP.

That now gets done as a side effect of taking over the
trap table from OBP.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2006-02-14 13:49:32 -08:00
parent 50f4f23c3b
commit 4a07e646c5

View file

@ -122,10 +122,8 @@ void __init smp_callin(void)
__local_per_cpu_offset = __per_cpu_offset(cpuid);
if (tlb_type == hypervisor) {
sun4v_register_fault_status();
if (tlb_type == hypervisor)
sun4v_ktsb_register();
}
__flush_tlb_all();