[PATCH] ppc32/8xx: Fix r3 trashing due to 8MB TLB page instantiation
authorMarcelo Tosatti <marcelo@kvack.org>
Fri, 5 May 2006 20:09:29 +0000 (17:09 -0300)
committerPaul Mackerras <paulus@samba.org>
Tue, 9 May 2006 06:03:11 +0000 (16:03 +1000)
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>

No differences found