commit | c51e078f82096a7d35ac8ec2416272e843a0e1c4 | [log] [tgz] |
---|---|---|
author | Marcelo Tosatti <marcelo@kvack.org> | Fri May 05 17:09:29 2006 -0300 |
committer | Paul Mackerras <paulus@samba.org> | Tue May 09 16:03:11 2006 +1000 |
tree | 211fa222b7f32a6ca08624c2e32c6b5d2c89ded5 | |
parent | e4de00215c3af02116db3d486bf53700dfe10619 [diff] |
[PATCH] ppc32/8xx: Fix r3 trashing due to 8MB TLB page instantiation Instantiation of 8MB pages on the TLB cache for the kernel static mapping trashes r3 register on !CONFIG_8xx_CPU6 configurations. This ensures r3 gets saved and restored. Signed-off-by: Marcelo Tosatti <marcelo@kvack.org> Signed-off-by: Paul Mackerras <paulus@samba.org>