Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155049
b: refs/heads/master
c: e9bf0cc
h: refs/heads/master
i:
  155047: 97161a4
v: v3
  • Loading branch information
Parag Warudkar authored and Linus Torvalds committed Jul 8, 2009
1 parent 5c68696 commit e0662ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: faf80d62e44dc627efb741f48db50c1858d1667c
refs/heads/master: e9bf0cc7cbfbf3952cdf8028aa0d348d09ecdba1
5 changes: 2 additions & 3 deletions trunk/include/linux/elfcore.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,9 @@ static inline void elf_core_copy_kernel_regs(elf_gregset_t *elfregs, struct pt_r

static inline int elf_core_copy_task_regs(struct task_struct *t, elf_gregset_t* elfregs)
{
#ifdef ELF_CORE_COPY_TASK_REGS

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

0 comments on commit e0662ee

Please sign in to comment.