From: Jonas Bonn Date: Thu, 25 Oct 2012 15:17:00 +0000 (+0200) Subject: openrisc: remove unused current_regs X-Git-Tag: next-20130218~107^2~7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1dd2ad7f2b414805de2020d5bf2d5adc3cf6243c;p=karo-tx-linux.git openrisc: remove unused current_regs Signed-off-by: Jonas Bonn --- diff --git a/arch/openrisc/include/asm/processor.h b/arch/openrisc/include/asm/processor.h index 33691380608e..cab746fa9e87 100644 --- a/arch/openrisc/include/asm/processor.h +++ b/arch/openrisc/include/asm/processor.h @@ -70,7 +70,6 @@ struct thread_struct { */ #define task_pt_regs(task) user_regs(task_thread_info(task)) -#define current_regs() user_regs(current_thread_info()) #define INIT_SP (sizeof(init_stack) + (unsigned long) &init_stack)