]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
openrisc: remove unused current_regs
authorJonas Bonn <jonas@southpole.se>
Thu, 25 Oct 2012 15:17:00 +0000 (17:17 +0200)
committerJonas Bonn <jonas@southpole.se>
Sun, 10 Feb 2013 17:55:29 +0000 (18:55 +0100)
Signed-off-by: Jonas Bonn <jonas@southpole.se>
arch/openrisc/include/asm/processor.h

index 33691380608ef1f9de79e32a47bf5a8aed13052c..cab746fa9e8731a6599802a79dfcc56e044d97d4 100644 (file)
@@ -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)