Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91957
b: refs/heads/master
c: 2444e56
h: refs/heads/master
i:
  91955: 5e6b261
v: v3
  • Loading branch information
Ivan Kokshaysky authored and Linus Torvalds committed Apr 24, 2008
1 parent eff8a2f commit 4172d8c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 72cff12397cd6648b8b5abfaeb00502f45b76cb8
refs/heads/master: 2444e56b0c08e6f3e3877583841a1213e3263d98
1 change: 1 addition & 0 deletions trunk/arch/alpha/kernel/osf_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ osf_set_program_attributes(unsigned long text_start, unsigned long text_len,
lock_kernel();
mm = current->mm;
mm->end_code = bss_start + bss_len;
mm->start_brk = bss_start + bss_len;
mm->brk = bss_start + bss_len;
#if 0
printk("set_program_attributes(%lx %lx %lx %lx)\n",
Expand Down

0 comments on commit 4172d8c

Please sign in to comment.