Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77826
b: refs/heads/master
c: 543d5af
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent 4cd48f5 commit 891bec7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 98c4ecde9da14fafbcf1b6c025b08342a327e644
refs/heads/master: 543d5afe5b425ef25a865656bfb76083515dc1cf
3 changes: 0 additions & 3 deletions trunk/include/asm-sh/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ typedef struct user_fpu_struct elf_fpregset_t;

#define ELF_ET_DYN_BASE (2 * TASK_SIZE / 3)


#define ELF_CORE_COPY_REGS(_dest,_regs) \
memcpy((char *) &_dest, (char *) _regs, \
sizeof(struct pt_regs));
Expand Down Expand Up @@ -139,15 +138,13 @@ typedef struct user_fpu_struct elf_fpregset_t;
_r->sr = SR_FD; } while (0)
#endif

#ifdef __KERNEL__
#define SET_PERSONALITY(ex, ibcs2) set_personality(PER_LINUX_32BIT)
struct task_struct;
extern int dump_task_regs (struct task_struct *, elf_gregset_t *);
extern int dump_task_fpu (struct task_struct *, elf_fpregset_t *);

#define ELF_CORE_COPY_TASK_REGS(tsk, elf_regs) dump_task_regs(tsk, elf_regs)
#define ELF_CORE_COPY_FPREGS(tsk, elf_fpregs) dump_task_fpu(tsk, elf_fpregs)
#endif

#ifdef CONFIG_VSYSCALL
/* vDSO has arch_setup_additional_pages */
Expand Down

0 comments on commit 891bec7

Please sign in to comment.