ppc64: Don't set Kp bit on SLBmaster
commit28d953d4275920ea2191ecf0c57ed966976a76b2
authorafaerber <afaerber@f158a5a8-5612-0410-a976-696ce0be7e32>
Sun, 22 May 2011 22:29:33 +0000 (22 22:29 +0000)
committerafaerber <afaerber@f158a5a8-5612-0410-a976-696ce0be7e32>
Sun, 22 May 2011 22:29:33 +0000 (22 22:29 +0000)
treee4e972c01d0ade3cfbf1299c856d84c537f5dd61
parent20894a23692b9191de09e448d6e046adf44b707c
ppc64: Don't set Kp bit on SLB

Since QEMU 81762d6dd0d430d87024f2c83e9c4dcc4329fb7d (Clean up
PowerPC SLB handling code) we never got to the ppc64 OpenBIOS banner.

According to Alex' debugging this is due to the Kp bit being set.

The code was supposed to be a 1:1 translation of the old mtsrin
code, which did not set Kp bit. So don't set Kp bit with slbmte.

Introduce a define for the shift, suggested by Alex.

Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Acked-by: Alexander Graf <agraf@suse.de>
git-svn-id: svn://openbios.org/openbios/trunk/openbios-devel@1041 f158a5a8-5612-0410-a976-696ce0be7e32
arch/ppc/qemu/ofmem.c