Hi all, After merging the final tree, today's linux-next build (powerpc allmodconfig) failed like this: arch/powerpc/platforms/pseries/processor_idle.c:35:6: error: redefinition of 'update_smt_snooze_delay' arch/powerpc/include/asm/system.h:230:20: note: previous definition of 'update_smt_snooze_delay' was here arch/powerpc/platforms/pseries/processor_idle.c:175:5: error: redefinition of 'pseries_notify_cpuidle_add_cpu' arch/powerpc/include/asm/system.h:231:19: note: previous definition of 'pseries_notify_cpuidle_add_cpu' was here Caused by commit 707827f3387d ("powerpc/cpuidle: cpuidle driver for pSeries"). For this build, CONFIG_PSERIES_IDLE is "m". -- Cheers, Stephen Rothwell sfr@canb.auug.org.au