From: Becky Bruce Date: Mon, 12 Feb 2007 23:43:46 +0000 (-0600) Subject: [POWERPC] 85xx: Don't write reserved values to MAS1[TSIZE] X-Git-Tag: v2.6.21-rc1~273^2~3^2~9^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ce0a7df6e6117d8814e976d4b7ce6a6b2c9cf93;p=pandora-kernel.git [POWERPC] 85xx: Don't write reserved values to MAS1[TSIZE] Some of the current tlbwe instructions early on in head_fsl_booke.S take advantage of unarchitected behavior that allows the writing of reserved values to the TSIZE field. This patch corrects that, as well as an error where an uninitialized (by linux) value was written into a MAS register and used for a tlbwe. Correct this for both arch/ppc and arch/powerpc. Signed-off-by: Becky Bruce Signed-off-by: Kumar Gala --- Reading git-diff-tree failed