Commit 8e4745e9 authored by Scott Anderson's avatar Scott Anderson Committed by Linus Torvalds

PPC32: Invalidate the icache before use on PPC40x.

parent 2963a7ba
......@@ -923,6 +923,8 @@ initial_mmu:
ori r3,r3,KERNELBASE@l
tophys(r4,r3) /* Load the kernel physical address */
iccci r0,r3 /* Invalidate the i-cache before use */
/* Load the kernel PID.
*/
li r0,0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment