Files
kernel-tenderloin-3.0/include/linux
Andrew Morton 218e180e7e add upper-32-bits macro
We keep on getting "right shift count >= width of type" warnings when doing
things like

	sector_t s;

	x = s >> 56;

because with CONFIG_LBD=n, s is only 32-bit.  Similar problems can occur with
dma_addr_t's.

So add a simple wrapper function which code can use to avoid this warning.
The above example would become

	x = upper_32_bits(s) >> 24;

The first user is in fact AFS.

Cc: James Bottomley <James.Bottomley@SteelEye.com>
Cc: "Cameron, Steve" <Steve.Cameron@hp.com>
Cc: "Miller, Mike (OS Dev)" <Mike.Miller@hp.com>
Cc: Hisashi Hifumi <hifumi.hisashi@oss.ntt.co.jp>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-05-10 09:26:52 -07:00
..
2006-09-26 17:40:24 -04:00
2007-05-01 16:11:57 +02:00
2007-05-08 11:15:16 -07:00
2006-12-04 02:00:22 -05:00
2006-10-03 23:01:26 +02:00
2007-05-09 12:30:54 -07:00
2006-12-02 21:22:55 -08:00
2006-12-02 21:22:55 -08:00
2007-02-20 17:10:15 -08:00
2006-12-08 08:28:39 -08:00
2007-05-09 12:30:51 -07:00
2006-12-07 08:39:20 -08:00
2007-05-07 12:12:55 -07:00
2006-12-08 08:28:39 -08:00
2007-01-30 08:26:45 -08:00
2007-02-20 17:10:14 -08:00
2007-05-08 11:15:15 -07:00
2007-05-09 12:30:56 -07:00
2007-05-09 12:30:44 -07:00
2007-05-07 12:13:00 -07:00
2007-05-08 11:15:25 -07:00
2007-04-27 10:57:31 -07:00
2006-12-07 08:39:25 -08:00
2007-05-08 11:15:26 -07:00
2007-05-01 09:11:12 +01:00
2007-02-09 17:39:36 -05:00
2007-02-11 11:18:07 -08:00
2007-05-07 12:12:58 -07:00
2007-05-03 13:17:25 -07:00
2007-03-27 09:05:15 -07:00
2007-05-09 08:57:56 +02:00
2007-05-09 08:57:56 +02:00
2007-05-09 12:30:57 -07:00
2007-05-06 20:38:28 -04:00
2006-09-22 15:18:47 -07:00
2007-05-08 11:15:04 -07:00
2006-12-07 08:39:32 -08:00
2007-05-09 12:30:55 -07:00
2006-10-02 07:57:12 -07:00
2007-04-28 11:01:07 -04:00
2007-04-19 14:56:12 +02:00
2007-03-16 00:59:29 -04:00
2007-04-07 10:03:43 -07:00
2006-12-10 21:21:29 +01:00
2007-05-01 23:26:34 +02:00
2007-05-10 00:01:11 +02:00
2007-04-25 22:30:01 -07:00
2007-04-25 22:29:10 -07:00
2007-04-25 22:24:41 -07:00
2007-04-25 22:29:10 -07:00
2006-09-28 18:02:29 -07:00
2007-05-09 12:30:56 -07:00
2006-10-10 15:37:22 -07:00
2006-12-02 21:21:21 -08:00
2006-12-07 08:39:47 -08:00
2006-12-07 08:39:47 -08:00
2006-12-07 08:39:47 -08:00
2006-10-04 00:31:09 -07:00
2007-05-08 11:15:09 -07:00
2006-12-08 08:28:57 -08:00
2006-11-30 05:24:39 +01:00
2007-04-25 22:25:52 -07:00
2007-05-10 09:26:52 -07:00
2007-05-09 12:30:53 -07:00
2007-05-09 12:30:54 -07:00
2007-05-03 10:52:32 +03:00
2007-05-01 07:49:54 -04:00
2007-02-17 19:17:37 +01:00
2007-05-08 11:15:18 -07:00
2007-05-09 12:30:49 -07:00
2007-05-03 10:52:22 +03:00
2006-11-30 04:40:22 +01:00
2006-09-28 18:02:22 -07:00
2007-01-23 00:34:54 -05:00
2007-05-09 12:30:54 -07:00
2007-05-04 17:59:07 -07:00
2007-05-07 12:12:59 -07:00
2007-05-08 11:15:05 -07:00
2007-05-08 11:15:05 -07:00
2007-05-05 14:15:32 -07:00
2007-03-12 16:31:50 -07:00
2007-05-08 11:15:14 -07:00
2007-03-27 08:55:47 +02:00
2007-04-17 16:36:26 -07:00
2007-05-08 11:14:57 -07:00
2006-12-04 02:00:36 -05:00
2006-10-03 23:01:26 +02:00
2007-01-11 18:18:21 -08:00
2007-05-07 12:12:54 -07:00
2007-05-09 08:57:56 +02:00
2006-09-26 08:49:04 -07:00
2006-12-22 08:55:49 -08:00
2007-05-08 11:15:18 -07:00
2007-05-09 12:30:56 -07:00
2007-05-09 08:57:56 +02:00
2006-12-07 08:39:35 -08:00
2007-05-07 12:12:58 -07:00
2007-05-07 12:12:50 -07:00
2007-05-03 03:16:20 -07:00
2007-05-07 12:12:54 -07:00
2007-02-20 17:10:14 -08:00
2007-02-20 17:10:14 -08:00
2006-10-10 16:15:34 -07:00
2007-05-08 11:14:58 -07:00
2007-05-08 11:15:18 -07:00
2006-10-01 00:39:18 -07:00
2007-05-09 12:30:57 -07:00
2007-02-11 10:51:18 -08:00
2007-02-20 17:10:13 -08:00
2007-05-09 12:30:44 -07:00
2006-11-30 05:32:19 +01:00
2007-05-08 11:15:18 -07:00
2007-05-08 11:15:05 -07:00
2007-02-16 08:13:56 -08:00
2006-12-02 21:21:08 -08:00
2007-03-05 07:57:51 -08:00
2006-09-28 17:53:59 -07:00
2007-05-03 00:55:34 -04:00
2006-12-15 08:47:51 -08:00
2007-05-07 12:12:58 -07:00
2007-05-09 08:57:56 +02:00
2006-10-01 00:39:19 -07:00
2007-05-09 12:30:56 -07:00
2007-02-11 11:18:05 -08:00
2007-05-04 12:55:39 -07:00