diff options
author | Jingoo Han <jg1.han@samsung.com> | 2014-01-27 02:19:32 -0500 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2014-01-27 10:50:38 -0500 |
commit | 812944e91dbbfeadaeeb4443a5560a7f45648f0b (patch) | |
tree | 6ab07d0d42e722a86125f63a2b22885792c53663 /arch/arm64/mm | |
parent | ac525f59fb011e05e77c5be8b9834883ee1d5613 (diff) |
arm64: mm: fix the function name in comment of cpu_do_switch_mm
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>
Diffstat (limited to 'arch/arm64/mm')
-rw-r--r-- | arch/arm64/mm/proc.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/mm/proc.S b/arch/arm64/mm/proc.S index bed1f1de1caf..1333e6f9a8e5 100644 --- a/arch/arm64/mm/proc.S +++ b/arch/arm64/mm/proc.S | |||
@@ -150,7 +150,7 @@ ENDPROC(cpu_do_resume) | |||
150 | #endif | 150 | #endif |
151 | 151 | ||
152 | /* | 152 | /* |
153 | * cpu_switch_mm(pgd_phys, tsk) | 153 | * cpu_do_switch_mm(pgd_phys, tsk) |
154 | * | 154 | * |
155 | * Set the translation table base pointer to be pgd_phys. | 155 | * Set the translation table base pointer to be pgd_phys. |
156 | * | 156 | * |