From: Milton Miller Date: Fri, 10 Oct 2008 11:56:52 +0000 (-0500) Subject: powerpc: remove non-dependent load fsl_booke PTE_64BIT X-Git-Tag: v2.6.28-rc1~569^2~10^2~10 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=9bd54d185ab6c73f0cbd97b9f048394a3462193b;p=~shefty%2Frdma-dev.git powerpc: remove non-dependent load fsl_booke PTE_64BIT b38fd42ff46a4a31dced8533e8a6e549693500b6 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 Signed-off-by: Kumar Gala --- diff --git a/arch/powerpc/kernel/head_fsl_booke.S b/arch/powerpc/kernel/head_fsl_booke.S index 18c0093f932..590304c24da 100644 --- a/arch/powerpc/kernel/head_fsl_booke.S +++ b/arch/powerpc/kernel/head_fsl_booke.S @@ -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