projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac525f5
)
arm64: mm: fix the function name in comment of cpu_do_switch_mm
author
Jingoo Han
<jg1.han@samsung.com>
Mon, 27 Jan 2014 07:19:32 +0000
(07:19 +0000)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Mon, 27 Jan 2014 15:50:38 +0000
(15:50 +0000)
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>
arch/arm64/mm/proc.S
patch
|
blob
|
history
diff --git
a/arch/arm64/mm/proc.S
b/arch/arm64/mm/proc.S
index bed1f1de1caf07139e04ba52a6e7e2a0212e96ac..1333e6f9a8e50bd7e8996a67a392feaa4aaf95e0 100644
(file)
--- 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.
*