Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61601
b: refs/heads/master
c: e2e0090
h: refs/heads/master
i:
  61599: 609983e
v: v3
  • Loading branch information
Kawai, Hidehiro authored and Linus Torvalds committed Jul 19, 2007
1 parent 59d38f8 commit 77226d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: a1b59e802f846b6b0e057507386068fcc6dff442
refs/heads/master: e2e00906a06f7e74c49ca0ca85b960f270c83d5e
8 changes: 4 additions & 4 deletions trunk/fs/binfmt_elf_fdpic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1456,8 +1456,8 @@ static int elf_dump_thread_status(long signr, struct elf_thread_status *t)
* dump the segments for an MMU process
*/
#ifdef CONFIG_MMU
static int elf_fdpic_dump_segments(struct file *file, struct mm_struct *mm,
size_t *size, unsigned long *limit)
static int elf_fdpic_dump_segments(struct file *file, size_t *size,
unsigned long *limit)
{
struct vm_area_struct *vma;

Expand Down Expand Up @@ -1511,8 +1511,8 @@ static int elf_fdpic_dump_segments(struct file *file, struct mm_struct *mm,
* dump the segments for a NOMMU process
*/
#ifndef CONFIG_MMU
static int elf_fdpic_dump_segments(struct file *file, struct mm_struct *mm,
size_t *size, unsigned long *limit)
static int elf_fdpic_dump_segments(struct file *file, size_t *size,
unsigned long *limit)
{
struct vm_list_struct *vml;

Expand Down

0 comments on commit 77226d7

Please sign in to comment.