From: Geoff Levand Date: Tue, 25 Jul 2006 21:05:01 +0000 (-0700) Subject: [POWERPC] Minor comment fix for misc_64.S X-Git-Tag: v2.6.18-rc4~73^2 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=8d950cb8896fc95a9444d190885779438bb9d01c;p=safe%2Fjmp%2Flinux-2.6 [POWERPC] Minor comment fix for misc_64.S A minor comment fix for misc_64.S from Takao Shinohara. Signed-off-by: Geoff Levand Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/kernel/misc_64.S b/arch/powerpc/kernel/misc_64.S index bfb407f..e3ed21c 100644 --- a/arch/powerpc/kernel/misc_64.S +++ b/arch/powerpc/kernel/misc_64.S @@ -687,7 +687,7 @@ _GLOBAL(kexec_sequence) /* clear out hardware hash page table and tlb */ ld r5,0(r27) /* deref function descriptor */ mtctr r5 - bctrl /* ppc_md.hash_clear_all(void); */ + bctrl /* ppc_md.hpte_clear_all(void); */ /* * kexec image calling is: