Skip to content

Commit

Permalink
powerpc: Fix STAB initialization
Browse files Browse the repository at this point in the history
Commit f533927 accidentally removed
more than just iSeries bits and took out the call to stab_initialize()
thus breaking support for POWER3 processors.

Put it back. (Yes, nobody noticed until now ...)

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: <stable@vger.kernel.org> [v3.4+]
  • Loading branch information
Benjamin Herrenschmidt committed Mar 12, 2013
1 parent 7c6baa3 commit 1393811
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/powerpc/mm/hash_utils_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,8 @@ void __init early_init_mmu(void)
/* Initialize stab / SLB management */
if (mmu_has_feature(MMU_FTR_SLB))
slb_initialize();
else
stab_initialize(get_paca()->stab_real);
}

#ifdef CONFIG_SMP
Expand Down

0 comments on commit 1393811

Please sign in to comment.