Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54229
b: refs/heads/master
c: 4b87b3b
h: refs/heads/master
i:
  54227: 234a48a
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Linus Torvalds committed May 7, 2007
1 parent 945ee0b commit 0be82d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d506a7725114aaddbf982fd18621b3e0e5c27f1b
refs/heads/master: 4b87b3b2eb1fa2d6ac0a1400ad5fb8f4b7cbfc09
3 changes: 3 additions & 0 deletions trunk/arch/alpha/kernel/osf_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -1267,6 +1267,9 @@ arch_get_unmapped_area(struct file *filp, unsigned long addr,
if (len > limit)
return -ENOMEM;

if (flags & MAP_FIXED)
return addr;

/* First, see if the given suggestion fits.
The OSF/1 loader (/sbin/loader) relies on us returning an
Expand Down

0 comments on commit 0be82d9

Please sign in to comment.