From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932317AbWARHst (ORCPT ); Wed, 18 Jan 2006 02:48:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932341AbWARHss (ORCPT ); Wed, 18 Jan 2006 02:48:48 -0500 Received: from pentafluge.infradead.org ([213.146.154.40]:5518 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S932317AbWARHss (ORCPT ); Wed, 18 Jan 2006 02:48:48 -0500 Subject: Re: [PATCH] pepoll_wait ... From: David Woodhouse To: Davide Libenzi Cc: Andrew Morton , Ulrich Drepper , Linux Kernel Mailing List , David Miller In-Reply-To: References: <43CDC21C.7050608@redhat.com> <20060117210318.1f4212f0.akpm@osdl.org> Content-Type: text/plain Date: Wed, 18 Jan 2006 18:48:48 +1100 Message-Id: <1137570528.30084.29.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-2.fc4) Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2006-01-17 at 23:40 -0800, Davide Libenzi wrote: > Hey, I've written in the comments that it depends on the > TIF_RESTORE_SIGMASK bits ;) The latest one that dwmw posted used such > feature, so I though to align epoll bits to that too. The point is that TIF_RESTORE_SIGMASK needs to be implemented for each architecture, and we only have it for powerpc, i386 and FR-V at the moment. So in _generic_ files you have to use #ifdef TIF_RESTORE_SIGMASK for now, until the other architectures catch up. -- dwmw2