Commit 9bd54d18 authored by Milton Miller's avatar Milton Miller Committed by Kumar Gala

powerpc: remove non-dependent load fsl_booke PTE_64BIT

b38fd42f added false dependencys
to order the load of upper and lower halfs of the pte, but only
adjusted whitespace instead of deleting the old load in the iside
handler, letting the hardware see the non-dependent load.

This patch removes the extra load.
Signed-off-by: default avatarMilton Miller <miltonm@bga.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 35225802
......@@ -656,10 +656,6 @@ interrupt_base:
bne 2f /* Bail if permission mismach */
#ifdef CONFIG_PTE_64BIT
lwz r13,0(r12)
#endif
/* Jump to common TLB load point */
b finish_tlb_load
......
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