commit | 99cc2192132ab28c495d015ed2e95dc29e2a27ad | [log] [tgz] |
---|---|---|
author | Frank van Maarseveen <frankvm@frankvm.com> | Fri Sep 09 13:01:46 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Sep 09 13:57:29 2005 -0700 |
tree | 4cc085c47f0824f4b028d6d31eab0f63765615c0 | |
parent | 83f7da8acd81354e921ff12d6efbeae5b1a5d6a4 [diff] |
[PATCH] ppc32: Correct an instruction in the boot code In the flush and invalidate bootcode on PPC4xx we were accidentally using the wrong instruction. Use cmplw, which reads from a register like we want. Signed-off-by: Tom Rini <trini@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>