]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc: Fix STAB initialization
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 12 Mar 2013 22:49:06 +0000 (09:49 +1100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Mar 2013 20:04:59 +0000 (13:04 -0700)
commit9d4a6f2cee36dab61a3bd58d1f197f733738995f
tree75835b0c3a149ef4a17066ce36fe7e6a2f0bdb97
parent32f81345140d7f237afba1a26d42a11117a0304e
powerpc: Fix STAB initialization

commit 13938117a57f88a22f0df9722a5db7271fda85cd upstream.

Commit f5339277eb8d3aed37f12a27988366f68ab68930 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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/powerpc/mm/hash_utils_64.c