projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f73568a
)
x86: Fix a typo
author
Yuanhan Liu
<yuanhan.liu@linux.intel.com>
Mon, 17 Dec 2012 09:42:56 +0000
(17:42 +0800)
committer
Ingo Molnar
<mingo@kernel.org>
Thu, 24 Jan 2013 15:22:10 +0000
(16:22 +0100)
legact -> legacy
Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/sys_x86_64.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/sys_x86_64.c
b/arch/x86/kernel/sys_x86_64.c
index 97ef74b88e0f8f6213308c6168303779302adec0..dbded5aedb818d511a46967ccb1d26d77233110f 100644
(file)
--- a/
arch/x86/kernel/sys_x86_64.c
+++ b/
arch/x86/kernel/sys_x86_64.c
@@
-157,7
+157,7
@@
arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0,
if (flags & MAP_FIXED)
return addr;
- /* for MAP_32BIT mappings we force the legac
t
mmap base */
+ /* for MAP_32BIT mappings we force the legac
y
mmap base */
if (!test_thread_flag(TIF_ADDR32) && (flags & MAP_32BIT))
goto bottomup;