Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 26 Sep 2002 11:59:03 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 26 Sep 2002 11:59:03 -0400 Received: from [217.167.51.129] ([217.167.51.129]:28401 "EHLO zion.wanadoo.fr") by vger.kernel.org with ESMTP id ; Thu, 26 Sep 2002 11:59:02 -0400 From: "Benjamin Herrenschmidt" To: "Alan Cox" Cc: "Linus Torvalds" , "Andre Hedrick" , "Linux Kernel Mailing List" , "Jens Axboe" Subject: Re: [PATCH] fix ide-iops for big endian archs Date: Thu, 26 Sep 2002 18:04:11 +0200 Message-Id: <20020926160411.27876@192.168.4.1> In-Reply-To: <1033053111.1269.33.camel@irongate.swansea.linux.org.uk> References: <1033053111.1269.33.camel@irongate.swansea.linux.org.uk> X-Mailer: CTM PowerMail 4.0.1 carbon MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1032 Lines: 25 >> properly on BE, further cleanup of the iops is pending, I'm waiting >> for Alan own experiments before I push again my own that remove >> all "p" iops and all of the {IN,OUT}{BYTE,WORD,LONG} macros. > >Thats true in current -ac. I killed the _p crap. Nobody uses it, the >switching for handling it is bogus anyway. If anyone has such broken >code they can implement ide-iops-speak-slowly-after-the-tone.c Ok, I finally went and looked at your tree for real and I see the cleanup is actually there, good :) So now, let's see how to get rid of those CONFIG_PPC, either by having everybody define iobarrier_*() or having {read,write}s{b,w,l}, I just started a new thread on the list just about that. Jens: can you look into merging -ac's iops change to 2.5 ? That would fix it. Ben. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/