diff options
Diffstat (limited to 'arch/arm/mach-gemini/irq.c')
| -rw-r--r-- | arch/arm/mach-gemini/irq.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-gemini/irq.c b/arch/arm/mach-gemini/irq.c index 9485a8fdf85..ca70e5fcc7a 100644 --- a/arch/arm/mach-gemini/irq.c +++ b/arch/arm/mach-gemini/irq.c @@ -73,8 +73,8 @@ void __init gemini_init_irq(void)  	unsigned int i, mode = 0, level = 0;  	/* -	 * Disable arch_idle() by default since it is buggy -	 * For more info see arch/arm/mach-gemini/include/mach/system.h +	 * Disable the idle handler by default since it is buggy +	 * For more info see arch/arm/mach-gemini/idle.c  	 */  	disable_hlt();  |