diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-02-14 17:58:02 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-03-09 00:30:51 -0500 |
commit | e50e2f25c5b90abd00a1e5871c45094cf5207afc (patch) | |
tree | 22c550f642bbc390c4713fa7d0dd8e1bab2ea4a0 /arch/blackfin/kernel/process.c | |
parent | f2ce48024a9a6d3e92a023ded0f7b1e99da1cd16 (diff) |
Blackfin: initial regset support
We don't support core dumps (yet?), but this should make things easier.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/kernel/process.c')
-rw-r--r-- | arch/blackfin/kernel/process.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/blackfin/kernel/process.c b/arch/blackfin/kernel/process.c index b56b0e485e0b..29705cec91de 100644 --- a/arch/blackfin/kernel/process.c +++ b/arch/blackfin/kernel/process.c | |||
@@ -98,13 +98,6 @@ void cpu_idle(void) | |||
98 | } | 98 | } |
99 | } | 99 | } |
100 | 100 | ||
101 | /* Fill in the fpu structure for a core dump. */ | ||
102 | |||
103 | int dump_fpu(struct pt_regs *regs, elf_fpregset_t * fpregs) | ||
104 | { | ||
105 | return 1; | ||
106 | } | ||
107 | |||
108 | /* | 101 | /* |
109 | * This gets run with P1 containing the | 102 | * This gets run with P1 containing the |
110 | * function to call, and R1 containing | 103 | * function to call, and R1 containing |