Re: tip build problem on powerpc
From: Ingo Molnar <hidden>
Date: 2010-02-09 05:18:14
* Stephen Rothwell [off-list ref] wrote:
Hi all, Last night's build of tip/master on powerpc produced these errors: kernel/nmi_watchdog.c:33: error: redefinition of 'touch_nmi_watchdog' kernel/nmi_watchdog.c:59: error: 'nmi_watchdog_enabled' undeclared (first use in this function) kernel/nmi_watchdog.c:59: error: (Each undeclared identifier is reported only once kernel/nmi_watchdog.c:59: error: for each function it appears in.) kernel/nmi_watchdog.c:109: error: implicit declaration of function 'die_nmi' kernel/nmi_watchdog.c:136: error: 'cpu_khz' undeclared (first use in this function)
yep, i know that already from the -tip cross build tests and reported it to Don yesterday. Do you boot -tip or only build test it? If you use -tip personally then you can simply disable CONFIG_NMI_WATCHDOG. Thanks, Ingo