powerpc: remove non-dependent load fsl_booke PTE_64BIT

b38fd42ff4 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>
This commit is contained in:
Milton Miller 2008-10-10 06:56:52 -05:00 коммит произвёл Kumar Gala
Родитель 35225802e2
Коммит 9bd54d185a
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -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