powerpc: Fix STAB initialization
Commit f5339277eb
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+]
This commit is contained in:
Родитель
7c6baa304b
Коммит
13938117a5
|
@ -759,6 +759,8 @@ void __init early_init_mmu(void)
|
||||||
/* Initialize stab / SLB management */
|
/* Initialize stab / SLB management */
|
||||||
if (mmu_has_feature(MMU_FTR_SLB))
|
if (mmu_has_feature(MMU_FTR_SLB))
|
||||||
slb_initialize();
|
slb_initialize();
|
||||||
|
else
|
||||||
|
stab_initialize(get_paca()->stab_real);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CONFIG_SMP
|
#ifdef CONFIG_SMP
|
||||||
|
|
Загрузка…
Ссылка в новой задаче