signalfd: fix undefined reference to `compat_sys_signalfd4' when !CONFIG_SIGNALFD
authorIngo Molnar <mingo@elte.hu>
Fri, 25 Jul 2008 11:02:37 +0000 (13:02 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Jul 2008 18:35:41 +0000 (11:35 -0700)
commit9b81361631bbb1d85c99ddec677d42afe516737b
tree20682b5ce245d9a953f316517bd5006cf7ce4f2c
parente44d1b2998d62a1f2f4d7eb17b56ba396535509f
signalfd: fix undefined reference to `compat_sys_signalfd4' when !CONFIG_SIGNALFD

fix:

arch/x86/ia32/built-in.o: In function `ia32_sys_call_table':
(.rodata+0xa38): undefined reference to `compat_sys_signalfd4'

on !CONFIG_SIGNALFD.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/sys_ni.c