Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350208
b: refs/heads/master
c: e3e81ac
h: refs/heads/master
v: v3
  • Loading branch information
Yuanhan Liu authored and Ingo Molnar committed Jan 24, 2013
1 parent 6c71417 commit bd2fb56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f73568a059c3afd6323a9ee3860938df91252ee4
refs/heads/master: e3e81aca8d51a50e19d6c67fafc4c9c4f0404bf1
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/sys_x86_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 legact mmap base */
/* for MAP_32BIT mappings we force the legacy mmap base */
if (!test_thread_flag(TIF_ADDR32) && (flags & MAP_32BIT))
goto bottomup;

Expand Down

0 comments on commit bd2fb56

Please sign in to comment.