> > #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 list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- References:
- RE: [PATCH] cciss: Fix warnings during compilation under 32bit environment
- From: "Miller, Mike (OS Dev)" <[email protected]>
- RE: [PATCH] cciss: Fix warnings during compilation under 32bit environment
- From: James Bottomley <[email protected]>
- RE: [PATCH] cciss: Fix warnings during compilation under 32bit environment
- From: "Miller, Mike (OS Dev)" <[email protected]>
- RE: [PATCH] cciss: Fix warnings during compilation under 32bit environment
- From: James Bottomley <[email protected]>
- RE: [PATCH] cciss: Fix warnings during compilation under 32bitenvironment
- From: "Cameron, Steve" <[email protected]>
- Re: [PATCH] cciss: Fix warnings during compilation under 32bitenvironment
- From: Andrew Morton <[email protected]>
- Re: [PATCH] cciss: Fix warnings during compilation under 32bitenvironment
- From: James Bottomley <[email protected]>
- RE: [PATCH] cciss: Fix warnings during compilation under 32bit environment
- Prev by Date: Re: How to make mmap'ed kernel buffer non-cacheable
- Next by Date: Re: Success! Was: [PATCH 0/4] 2.6.21-rc7 NFS writes: fix a series of issues
- Previous by thread: Re: [PATCH] cciss: Fix warnings during compilation under 32bitenvironment
- Next by thread: Re: [PATCH] cciss: Fix warnings during compilation under 32bitenvironment
- Index(es):