Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154909
b: refs/heads/master
c: a65e7bf
h: refs/heads/master
i:
  154907: ea403aa
v: v3
  • Loading branch information
Hui Zhu authored and Linus Torvalds committed Jul 6, 2009
1 parent bd7f4ea commit 7ea22ca
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3beab0b42413e83a7907db7176b54c840fc75a81
refs/heads/master: a65e7bfcd74e4c0939f235d2bf9f48ddb3a57991
2 changes: 2 additions & 0 deletions trunk/include/linux/elfcore.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ static inline int elf_core_copy_task_regs(struct task_struct *t, elf_gregset_t*
#ifdef ELF_CORE_COPY_TASK_REGS

return ELF_CORE_COPY_TASK_REGS(t, elfregs);
#else
elf_core_copy_regs(elfregs, task_pt_regs(t));
#endif
return 0;
}
Expand Down

0 comments on commit 7ea22ca

Please sign in to comment.