From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 21/21] posix_types: Remove fd_set macros Date: Wed, 08 Feb 2012 12:20:26 +0000 Message-ID: <8328.1328703626@redhat.com> References: <1328677745-20121-22-git-send-email-hpa@zytor.com> <1328677745-20121-1-git-send-email-hpa@zytor.com> Return-path: Received: from mx1.redhat.com ([209.132.183.28]:30070 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756542Ab2BHMUf (ORCPT ); Wed, 8 Feb 2012 07:20:35 -0500 In-Reply-To: <1328677745-20121-22-git-send-email-hpa@zytor.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: "H. Peter Anvin" Cc: dhowells@redhat.com, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, Linus Torvalds , Arnd Bergmann H. Peter Anvin wrote: > However, they are nothing but standard (nonatomic) bit operations, and > we already have optimized versions of bit operations in the kernel. > We can't include in but we can > move the definitions to and define them there in terms > of standard kernel bitops. Why linux/time.h? Why not linux/poll.h? That would seem a more appropriate place for them. David