]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Fix STAB initialization
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 12 Mar 2013 22:49:06 +0000 (09:49 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 12 Mar 2013 23:06:22 +0000 (10:06 +1100)
commit37bbbc6cd4343cb05580fef985955acde6eff934
tree771be70a764074be311935d70a8324a8a5d8d225
parentfc484309f14c65b23369359150520e1724770af3
powerpc: Fix STAB initialization

Commit 88e793d1549586e7d1c5c788cc3b88cbce95ee60 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+]
arch/powerpc/mm/hash_utils_64.c