[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>

authored by Geoff Levand and committed by Paul Mackerras 8d950cb8 9b9b72fe

+1 -1
+1 -1
arch/powerpc/kernel/misc_64.S
··· 687 687 /* clear out hardware hash page table and tlb */ 688 688 ld r5,0(r27) /* deref function descriptor */ 689 689 mtctr r5 690 - bctrl /* ppc_md.hash_clear_all(void); */ 690 + bctrl /* ppc_md.hpte_clear_all(void); */ 691 691 692 692 /* 693 693 * kexec image calling is: