Re: [PATCH] POWERPC: Rename PTE_SIZE to HPTE_SIZE

2008-09-04 Thread Benjamin Herrenschmidt
On Wed, 2008-09-03 at 10:37 -0500, Becky Bruce wrote: > It's the size of the hardware PTE; make that clear in the name. > > Signed-off-by: Becky Bruce <[EMAIL PROTECTED]> Acked-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> --- > --- > arch/powerpc/mm/hash_low_32.S | 36 ++-

[PATCH] POWERPC: Rename PTE_SIZE to HPTE_SIZE

2008-09-03 Thread Becky Bruce
It's the size of the hardware PTE; make that clear in the name. Signed-off-by: Becky Bruce <[EMAIL PROTECTED]> --- arch/powerpc/mm/hash_low_32.S | 36 ++-- 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/arch/powerpc/mm/hash_low_32.S b/arch/power