diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2006-07-25 14:05:01 -0700 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-07-31 14:37:46 +1000 |
commit | 8d950cb8896fc95a9444d190885779438bb9d01c (patch) | |
tree | 63d69fd9b38b297d487ef4ca9e891ddd257fb07f /arch/powerpc/kernel/misc_64.S | |
parent | 9b9b72fe703bd5b89533815eb7eb682cdaf60a6e (diff) | |
download | op-kernel-dev-8d950cb8896fc95a9444d190885779438bb9d01c.zip op-kernel-dev-8d950cb8896fc95a9444d190885779438bb9d01c.tar.gz |
[POWERPC] Minor comment fix for misc_64.S
A minor comment fix for misc_64.S from Takao Shinohara.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/misc_64.S')
-rw-r--r-- | arch/powerpc/kernel/misc_64.S | 2 |
1 files changed, 1 insertions, 1 deletions
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: |