From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from canuck.infradead.org ([205.233.218.70]:6663 "EHLO canuck.infradead.org") by vger.kernel.org with ESMTP id S269358AbUIIG2E (ORCPT ); Thu, 9 Sep 2004 02:28:04 -0400 Subject: Re: RFC: being more anal about iospace accesses.. From: David Woodhouse In-Reply-To: References: Content-Type: text/plain Date: Thu, 09 Sep 2004 07:23:23 +0100 Message-Id: <1094711003.15909.8.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit To: Linus Torvalds Cc: Al Viro , Andrew Morton , Linux Arch list , Alan Cox , "David S. Miller" List-ID: On Wed, 2004-09-08 at 15:57 -0700, Linus Torvalds wrote: > And while I've tried out a compile on my normal x86 setup and could > fix all of the gcc-visible things, this may be disruptive enough that > people object to doing something like this. > > Comments? Just do it. It's currently a complete mess -- and it's already in need of fixing on those non-i386 platforms where write[bwl] had to be functions anyway. Bringing i386 into line would be great. -- dwmw2