Skip to content

Commit

Permalink
arm64: mm: fix the function name in comment of cpu_do_switch_mm
Browse files Browse the repository at this point in the history
Fix the function name of comment of cpu_do_switch_mm,
because cpu_do_switch_mm is the correct name.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
  • Loading branch information
Jingoo Han authored and Catalin Marinas committed Jan 27, 2014
1 parent ac525f5 commit 812944e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/mm/proc.S
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ ENDPROC(cpu_do_resume)
#endif

/*
* cpu_switch_mm(pgd_phys, tsk)
* cpu_do_switch_mm(pgd_phys, tsk)
*
* Set the translation table base pointer to be pgd_phys.
*
Expand Down

0 comments on commit 812944e

Please sign in to comment.