diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-02-14 22:58:02 +0000 |
---|---|---|
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) | |
download | op-kernel-dev-e50e2f25c5b90abd00a1e5871c45094cf5207afc.zip op-kernel-dev-e50e2f25c5b90abd00a1e5871c45094cf5207afc.tar.gz |
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 b56b0e4..29705ce 100644 --- a/arch/blackfin/kernel/process.c +++ b/arch/blackfin/kernel/process.c @@ -98,13 +98,6 @@ void cpu_idle(void) } } -/* Fill in the fpu structure for a core dump. */ - -int dump_fpu(struct pt_regs *regs, elf_fpregset_t * fpregs) -{ - return 1; -} - /* * This gets run with P1 containing the * function to call, and R1 containing |