diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2013-03-21 17:49:31 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2013-04-08 11:39:22 -0400 |
commit | 6546327ad187238ac63d2429701b32becb096fd8 (patch) | |
tree | 59665d5b3314e7e6359833ce81f5150090092260 /arch/cris/include/asm/processor.h | |
parent | 31880c37c11e28cb81c70757e38392b42e695dc6 (diff) |
arch: Cleanup enable/disable_hlt
enable/disable_hlt() does not need to be exported and can be killed on
architectures which do not use it at all.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Paul McKenney <paulmck@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Reviewed-by: Cc: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Cc: Magnus Damm <magnus.damm@gmail.com>
Link: http://lkml.kernel.org/r/20130321215233.377959540@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/cris/include/asm/processor.h')
-rw-r--r-- | arch/cris/include/asm/processor.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/cris/include/asm/processor.h b/arch/cris/include/asm/processor.h index 675823f70c0f..c0a29b96b92b 100644 --- a/arch/cris/include/asm/processor.h +++ b/arch/cris/include/asm/processor.h | |||
@@ -65,13 +65,6 @@ static inline void release_thread(struct task_struct *dead_task) | |||
65 | 65 | ||
66 | #define cpu_relax() barrier() | 66 | #define cpu_relax() barrier() |
67 | 67 | ||
68 | /* | ||
69 | * disable hlt during certain critical i/o operations | ||
70 | */ | ||
71 | #define HAVE_DISABLE_HLT | ||
72 | void disable_hlt(void); | ||
73 | void enable_hlt(void); | ||
74 | |||
75 | void default_idle(void); | 68 | void default_idle(void); |
76 | 69 | ||
77 | #endif /* __ASM_CRIS_PROCESSOR_H */ | 70 | #endif /* __ASM_CRIS_PROCESSOR_H */ |