From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755024AbXIWWtr (ORCPT ); Sun, 23 Sep 2007 18:49:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754208AbXIWWtO (ORCPT ); Sun, 23 Sep 2007 18:49:14 -0400 Received: from x35.xmailserver.org ([64.71.152.41]:44348 "EHLO x35.xmailserver.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754081AbXIWWtN (ORCPT ); Sun, 23 Sep 2007 18:49:13 -0400 X-AuthUser: davidel@xmailserver.org From: Davide Libenzi To: Linux Kernel Mailing List Cc: Michael Kerrisk , Thomas Gleixner , Andrew Morton , Linus Torvalds Date: Sun, 23 Sep 2007 15:49:09 -0700 Subject: [patch 3/3] new timerfd API - un-break CONFIG_TIMERFD MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Message-ID: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Remove the broken status to CONFIG_TIMERFD. Signed-off-by: Davide Libenzi - Davide --- init/Kconfig | 1 - 1 file changed, 1 deletion(-) Index: linux-2.6.mod/init/Kconfig =================================================================== --- linux-2.6.mod.orig/init/Kconfig 2007-09-23 15:18:06.000000000 -0700 +++ linux-2.6.mod/init/Kconfig 2007-09-23 15:28:54.000000000 -0700 @@ -488,7 +488,6 @@ 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