On Fri, 20 Apr 2007, Andrew Morton wrote:
> On Fri, 20 Apr 2007 16:20:59 -0400
> James Bottomley <[EMAIL PROTECTED]> wrote:
>
> > On Fri, 2007-04-20 at 12:30 -0700, Andrew Morton wrote:
> > > On Fri, 20 Apr 2007 14:50:06 -0400
> > > James Bottomley <[EMAIL PROTECTED]> wrote:
> > >
> > > > > CONF
On Fri, 20 Apr 2007 16:20:59 -0400
James Bottomley <[EMAIL PROTECTED]> wrote:
> On Fri, 2007-04-20 at 12:30 -0700, Andrew Morton wrote:
> > On Fri, 20 Apr 2007 14:50:06 -0400
> > James Bottomley <[EMAIL PROTECTED]> wrote:
> >
> > > > CONFIG_LBD=y gives us an additional 3kb of instructions on i386
On Fri, 2007-04-20 at 12:30 -0700, Andrew Morton wrote:
> On Fri, 20 Apr 2007 14:50:06 -0400
> James Bottomley <[EMAIL PROTECTED]> wrote:
>
> > > CONFIG_LBD=y gives us an additional 3kb of instructions on i386
> > > allnoconfig. Other architectures might do less well. It's not a huge
> > > diffe
On Fri, 20 Apr 2007 14:50:06 -0400
James Bottomley <[EMAIL PROTECTED]> wrote:
> > CONFIG_LBD=y gives us an additional 3kb of instructions on i386
> > allnoconfig. Other architectures might do less well. It's not a huge
> > difference, but that's the way in which creeping bloatiness happens.
>
>
lto:[EMAIL PROTECTED]
> > > > Sent: Thu 4/19/2007 11:22 AM
> > > > To: Miller, Mike (OS Dev)
> > > > Cc: Hisashi Hifumi; [EMAIL PROTECTED]; [EMAIL PROTECTED];
> > > > linux-kernel@vger.kernel.org; [EMAIL PROTECTED]; Cameron, Steve
> > > >
a 2nd time.
> > >
> > > -- steve
> > >
> > > -Original Message-
> > > From: James Bottomley [mailto:[EMAIL PROTECTED]
> > > Sent: Thu 4/19/2007 11:22 AM
> > > To: Miller, Mike (OS Dev)
> > > Cc: Hisashi Hifumi; [EMAIL
> > #if (BITS_PER_LONG > 32) || defined(CONFIG_LBD)
> > #define sector_upper_32(sector) ((sector) >> 32)
> > #else
> > #define sector_upper_32(sector) (0)
> > #endif
Gak
Just do
sector_upper_32(sector) (((sector) >> 31) >> 1)
and lose all the ifdefs,
Alan
-
To unsubscribe from this l
ent: Thu 4/19/2007 11:22 AM
> > To: Miller, Mike (OS Dev)
> > Cc: Hisashi Hifumi; [EMAIL PROTECTED]; [EMAIL PROTECTED];
> > linux-kernel@vger.kernel.org; [EMAIL PROTECTED]; Cameron, Steve
> > Subject: RE: [PATCH] cciss: Fix warnings during compilation under
> > 3
ernel@vger.kernel.org; [EMAIL PROTECTED]; Cameron, Steve
> Subject: RE: [PATCH] cciss: Fix warnings during compilation under
> 32bitenvironment
>
> On Thu, 2007-04-19 at 16:12 +, Miller, Mike (OS Dev) wrote:
> > > > Nak. You still haven't told where you saw these
Thu 4/19/2007 11:22 AM
To: Miller, Mike (OS Dev)
Cc: Hisashi Hifumi; [EMAIL PROTECTED]; [EMAIL PROTECTED];
linux-kernel@vger.kernel.org; [EMAIL PROTECTED]; Cameron, Steve
Subject: RE: [PATCH] cciss: Fix warnings during compilation under
32bitenvironment
On Thu, 2007-04-19 at 16:12 +, Miller,
, Steve
> Subject: RE: [PATCH] cciss: Fix warnings during compilation
> under 32bitenvironment
>
> On Thu, 2007-04-19 at 16:12 +, Miller, Mike (OS Dev) wrote:
> > > > Nak. You still haven't told where you saw these warnings. What
> > > > compiler
11 matches
Mail list logo