Skip to content

Commit

Permalink
[POWERPC] Minor comment fix for misc_64.S
Browse files Browse the repository at this point in the history
A minor comment fix for misc_64.S from Takao Shinohara.

Signed-off-by: Geoff Levand <[email protected]>
Signed-off-by: Paul Mackerras <[email protected]>
  • Loading branch information
Geoff Levand authored and paulusmack committed Jul 31, 2006
1 parent 9b9b72f commit 8d950cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/kernel/misc_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8d950cb

Please sign in to comment.