diff options
Diffstat (limited to 'arch/sparc64/kernel/process.c')
-rw-r--r-- | arch/sparc64/kernel/process.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/sparc64/kernel/process.c b/arch/sparc64/kernel/process.c index ca7cdfd55f72..6e21785bb36d 100644 --- a/arch/sparc64/kernel/process.c +++ b/arch/sparc64/kernel/process.c | |||
@@ -725,17 +725,6 @@ pid_t kernel_thread(int (*fn)(void *), void * arg, unsigned long flags) | |||
725 | return retval; | 725 | return retval; |
726 | } | 726 | } |
727 | 727 | ||
728 | /* | ||
729 | * fill in the user structure for a core dump.. | ||
730 | */ | ||
731 | void dump_thread(struct pt_regs * regs, struct user * dump) | ||
732 | { | ||
733 | /* Only should be used for SunOS and ancient a.out | ||
734 | * SparcLinux binaries... Not worth implementing. | ||
735 | */ | ||
736 | memset(dump, 0, sizeof(struct user)); | ||
737 | } | ||
738 | |||
739 | typedef struct { | 728 | typedef struct { |
740 | union { | 729 | union { |
741 | unsigned int pr_regs[32]; | 730 | unsigned int pr_regs[32]; |