From: Davide Libenzi Date: Tue, 5 Feb 2008 06:27:29 +0000 (-0800) Subject: timerfd: un-break CONFIG_TIMERFD X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=f79c343e2e5ba82b9661e7287a42fac596bf367a;p=openwrt%2Fstaging%2Fblogic.git timerfd: un-break CONFIG_TIMERFD Remove the broken status to CONFIG_TIMERFD. Signed-off-by: Davide Libenzi Cc: Michael Kerrisk Cc: Thomas Gleixner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/init/Kconfig b/init/Kconfig index b2acdeb2d312..dc28836d9d00 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -582,7 +582,6 @@ config SIGNALFD config TIMERFD bool "Enable timerfd() system call" if EMBEDDED select ANON_INODES - depends on BROKEN default y help Enable the timerfd() system call that allows to receive timer