Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262585AbUF0OIx (ORCPT ); Sun, 27 Jun 2004 10:08:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262648AbUF0OIx (ORCPT ); Sun, 27 Jun 2004 10:08:53 -0400 Received: from kweetal.tue.nl ([131.155.3.6]:17681 "EHLO kweetal.tue.nl") by vger.kernel.org with ESMTP id S262585AbUF0OIw (ORCPT ); Sun, 27 Jun 2004 10:08:52 -0400 Date: Sun, 27 Jun 2004 16:08:47 +0200 From: Andries Brouwer To: Oliver Neukum Cc: Andries Brouwer , Pete Zaitcev , greg@kroah.com, arjanv@redhat.com, jgarzik@redhat.com, tburke@redhat.com, linux-kernel@vger.kernel.org, stern@rowland.harvard.edu, mdharm-usb@one-eyed-alien.net, david-b@pacbell.net Subject: Re: drivers/block/ub.c Message-ID: <20040627140847.GG5526@pclin040.win.tue.nl> References: <20040626130645.55be13ce@lembas.zaitcev.lan> <200406270059.04436.oliver@neukum.org> <20040626230801.GF5526@pclin040.win.tue.nl> <200406270704.36063.oliver@neukum.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200406270704.36063.oliver@neukum.org> User-Agent: Mutt/1.4.1i X-Spam-DCC: : kweetal.tue.nl 1074; Body=1 Fuz1=1 Fuz2=1 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 943 Lines: 24 On Sun, Jun 27, 2004 at 07:04:36AM +0200, Oliver Neukum wrote: > > >> Yes, we have macros. Using those macros would not at all be an improvement here. > > > > > > How do you arrive at that unusual conclusion? > > > > The above writes clearly and simply what one wants. > > I expect that you propose writing > > > > ????????*((u32 *)(cmd->cdb + 2)) = cpu_to_be32(block); > > > > or some similar unspeakable ugliness. > > If you had something else in mind, please reveal what. > > That "ugliness" has the unspeakable advantage of producing sane code > on big endian architectures. I am not so sure. It tells the compiler to do a 4-byte access on an address that possibly is not 4-byte aligned. - 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/