On Mon, Nov 10, 2014 at 06:17:16PM +1100, Stephen Rothwell wrote: > Hi Josh, > > After merging the tiny tree, today's linux-next build (powerpc64 allnoconfig) > failed like this: > > arch/powerpc/kernel/built-in.o: In function `sys_call_table': > (.rodata+0xd58): undefined reference to `.compat_sys_adjtimex' > arch/powerpc/kernel/built-in.o: In function `sys_call_table': > (.rodata+0x1b48): undefined reference to `.compat_sys_clock_adjtime' > > Caused by commit be1e48a8e48f ("kernel: time: Compile out NTP support"). Good catch, thanks. Not clear why that build failure didn't show up on x86. Looks like the two compat syscalls need cond_syscall lines as well. I'll add those to the patch. - Josh Triplett -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html