Re: [PATCH] powerpc: remove non-dependent load fsl_booke PTE_64BIT

2008-10-10 Thread Kumar Gala
On Oct 10, 2008, at 6:56 AM, Milton Miller wrote: 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

Re: [PATCH] powerpc: remove non-dependent load fsl_booke PTE_64BIT

2008-10-10 Thread Kumar Gala
On Oct 10, 2008, at 6:56 AM, Milton Miller wrote: 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

[PATCH] powerpc: remove non-dependent load fsl_booke PTE_64BIT

2008-10-10 Thread Milton Miller
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.