Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pm44xx: Fix comment for "CONFIG_CPU_IDLE"

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Paul Bolle and committed by
Jiri Kosina
62006324 df7c6b99

+2 -2
+2 -2
arch/arm/mach-omap2/pm44xx.c
··· 126 126 * omap_default_idle - OMAP4 default ilde routine.' 127 127 * 128 128 * Implements OMAP4 memory, IO ordering requirements which can't be addressed 129 - * with default cpu_do_idle() hook. Used by all CPUs with !CONFIG_CPUIDLE and 130 - * by secondary CPU with CONFIG_CPUIDLE. 129 + * with default cpu_do_idle() hook. Used by all CPUs with !CONFIG_CPU_IDLE and 130 + * by secondary CPU with CONFIG_CPU_IDLE. 131 131 */ 132 132 static void omap_default_idle(void) 133 133 {