Skip to content

Commit

Permalink
powerpc: remove non-dependent load fsl_booke PTE_64BIT
Browse files Browse the repository at this point in the history
b38fd42 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: Milton Miller <miltonm@bga.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Milton Miller authored and Kumar Gala committed Oct 13, 2008
1 parent 3522580 commit 9bd54d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/powerpc/kernel/head_fsl_booke.S
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9bd54d1

Please sign in to comment.