summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2014-01-27 07:19:32 +0000
committerChanho Park <chanho61.park@samsung.com>2014-04-16 21:36:44 +0900
commitb3ce6088658587162924552ace6fcddb2de67e35 (patch)
treead962e3d35b869a14c368177d991a5bf0840974c
parent6c619cbeabd43dd9561e637022d81c73e44e5e6b (diff)
downloadlinux-3.10-b3ce6088658587162924552ace6fcddb2de67e35.tar.gz
linux-3.10-b3ce6088658587162924552ace6fcddb2de67e35.tar.bz2
linux-3.10-b3ce6088658587162924552ace6fcddb2de67e35.zip
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>
-rw-r--r--arch/arm64/mm/proc.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/mm/proc.S b/arch/arm64/mm/proc.S
index bed1f1de1ca..1333e6f9a8e 100644
--- a/arch/arm64/mm/proc.S
+++ b/arch/arm64/mm/proc.S
@@ -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.
*