aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/openrisc/include/asm/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/openrisc/include/asm/processor.h')
-rw-r--r--arch/openrisc/include/asm/processor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/openrisc/include/asm/processor.h b/arch/openrisc/include/asm/processor.h
index aa1699c18add..3b736e74e6ed 100644
--- a/arch/openrisc/include/asm/processor.h
+++ b/arch/openrisc/include/asm/processor.h
@@ -72,8 +72,8 @@ struct thread_struct {
void start_thread(struct pt_regs *regs, unsigned long nip, unsigned long sp);
-void release_thread(struct task_struct *);
unsigned long __get_wchan(struct task_struct *p);
+void show_registers(struct pt_regs *regs);
#define cpu_relax() barrier()