diff options
Diffstat (limited to 'arch/arm/mach-gemini/include/mach/system.h')
| -rw-r--r-- | arch/arm/mach-gemini/include/mach/system.h | 14 | 
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/arm/mach-gemini/include/mach/system.h b/arch/arm/mach-gemini/include/mach/system.h index 4d9c1f87247..a33b5a1f8ab 100644 --- a/arch/arm/mach-gemini/include/mach/system.h +++ b/arch/arm/mach-gemini/include/mach/system.h @@ -14,20 +14,6 @@  #include <mach/hardware.h>  #include <mach/global_reg.h> -static inline void arch_idle(void) -{ -	/* -	 * Because of broken hardware we have to enable interrupts or the CPU -	 * will never wakeup... Acctualy it is not very good to enable -	 * interrupts here since scheduler can miss a tick, but there is -	 * no other way around this. Platforms that needs it for power saving -	 * should call enable_hlt() in init code, since by default it is -	 * disabled. -	 */ -	local_irq_enable(); -	cpu_do_idle(); -} -  static inline void arch_reset(char mode, const char *cmd)  {  	__raw_writel(RESET_GLOBAL | RESET_CPU1,  |