From: Kyle McMartin Date: Thu, 18 Oct 2007 07:04:43 +0000 (-0700) Subject: [PARISC] Kill off the last vestiges of ASM_PAGE_SIZE X-Git-Tag: v2.6.24-rc1~118^2~14 X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=commitdiff_plain;h=80af0876991093e9a607968cddbd64f1fbe613e7 [PARISC] Kill off the last vestiges of ASM_PAGE_SIZE Sam's previous patch missed a few uses of ASM_PAGE_SIZE. Signed-off-by: Kyle McMartin --- diff --git a/arch/parisc/kernel/head.S b/arch/parisc/kernel/head.S index 9676c486bb63..369919d828fb 100644 --- a/arch/parisc/kernel/head.S +++ b/arch/parisc/kernel/head.S @@ -95,7 +95,7 @@ $bss_loop: 1: stw %r3,0(%r4) - ldo (ASM_PAGE_SIZE >> PxD_VALUE_SHIFT)(%r3),%r3 + ldo (PAGE_SIZE >> PxD_VALUE_SHIFT)(%r3),%r3 addib,> -1,%r1,1b #if PT_NLEVELS == 3 ldo ASM_PMD_ENTRY_SIZE(%r4),%r4