Loading arch/sparc64/kernel/trampoline.S +3 −4 Original line number Diff line number Diff line Loading @@ -95,14 +95,13 @@ spitfire_startup: membar #Sync startup_continue: mov %o0, %l0 BRANCH_IF_SUN4V(g1, niagara_lock_tlb) sethi %hi(0x80000000), %g2 sllx %g2, 32, %g2 wr %g2, 0, %tick_cmpr mov %o0, %l0 BRANCH_IF_SUN4V(g1, niagara_lock_tlb) /* Call OBP by hand to lock KERNBASE into i/d tlbs. * We lock 2 consequetive entries if we are 'bigkernel'. */ Loading Loading
arch/sparc64/kernel/trampoline.S +3 −4 Original line number Diff line number Diff line Loading @@ -95,14 +95,13 @@ spitfire_startup: membar #Sync startup_continue: mov %o0, %l0 BRANCH_IF_SUN4V(g1, niagara_lock_tlb) sethi %hi(0x80000000), %g2 sllx %g2, 32, %g2 wr %g2, 0, %tick_cmpr mov %o0, %l0 BRANCH_IF_SUN4V(g1, niagara_lock_tlb) /* Call OBP by hand to lock KERNBASE into i/d tlbs. * We lock 2 consequetive entries if we are 'bigkernel'. */ Loading