timerfd: un-break CONFIG_TIMERFD
Remove the broken status to CONFIG_TIMERFD. Signed-off-by: Davide Libenzi <davidel@xmailserver.org> Cc: Michael Kerrisk <mtk-manpages@gmx.net> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
cb9282ee58
commit
f79c343e2e
|
@ -582,7 +582,6 @@ config SIGNALFD
|
||||||
config TIMERFD
|
config TIMERFD
|
||||||
bool "Enable timerfd() system call" if EMBEDDED
|
bool "Enable timerfd() system call" if EMBEDDED
|
||||||
select ANON_INODES
|
select ANON_INODES
|
||||||
depends on BROKEN
|
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Enable the timerfd() system call that allows to receive timer
|
Enable the timerfd() system call that allows to receive timer
|
||||||
|
|
Loading…
Reference in New Issue