Harvey Harrison
ddc81ed2c5
remove sparse warning for mmzone.h
include/linux/mmzone.h:640:22: warning: potentially expensive pointer subtraction
Calculate the offset into the node_zones array rather than the index
using casts to (char *) and comparing against the index * sizeof(struct zone).
On X86_32 this saves a sar, but code size increases by one byte per
is_highmem() use due to 32-bit cmps rather than 16 bit cmps.
Before:
207: 2b 80 8c 07 00 00 sub 0x78c(%eax),%eax
20d: c1 f8 0b sar $0xb,%eax
210: 83 f8 02 cmp $0x2,%eax
213: 74 16 je 22b <kmap_atomic_prot+0x144>
215: 83 f8 03 cmp $0x3,%eax
218: 0f 85 8f 00 00 00 jne 2ad <kmap_atomic_prot+0x1c6>
21e: 83 3d 00 00 00 00 02 cmpl $0x2,0x0
225: 0f 85 82 00 00 00 jne 2ad <kmap_atomic_prot+0x1c6>
22b: 64 a1 00 00 00 00 mov %fs:0x0,%eax
After:
207: 2b 80 8c 07 00 00 sub 0x78c(%eax),%eax
20d: 3d 00 10 00 00 cmp $0x1000,%eax
212: 74 18 je 22c <kmap_atomic_prot+0x145>
214: 3d 00 18 00 00 cmp $0x1800,%eax
219: 0f 85 8f 00 00 00 jne 2ae <kmap_atomic_prot+0x1c7>
21f: 83 3d 00 00 00 00 02 cmpl $0x2,0x0
226: 0f 85 82 00 00 00 jne 2ae <kmap_atomic_prot+0x1c7>
22c: 64 a1 00 00 00 00 mov %fs:0x0,%eax
[akpm@linux-foundation.org: coding-style fixes]
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-04-28 08:58:17 -07:00
..
2008-04-24 14:07:46 -03:00
2008-04-14 09:57:06 -07:00
2008-04-25 13:00:11 -04:00
2008-04-19 11:29:08 +01:00
2008-04-25 14:52:32 -07:00
2008-04-22 20:10:10 +01:00
2008-04-25 13:00:11 -04:00
2008-04-18 22:16:54 -04:00
2008-04-17 23:56:30 -07:00
2008-04-24 11:46:16 -07:00
2008-04-24 21:16:52 -07:00
2008-04-20 21:47:02 -07:00
2008-04-19 19:10:33 -07:00
2008-04-19 09:59:43 +10:00
2008-04-21 09:50:08 +02:00
2008-04-19 19:44:58 +02:00
2008-04-26 19:21:17 +02:00
2008-04-21 09:51:05 +02:00
2008-04-22 15:16:32 -05:00
2008-04-21 09:50:08 +02:00
2008-04-17 20:05:38 +02:00
2008-04-26 17:44:55 +02:00
2008-04-18 22:16:54 -04:00
2008-04-19 19:44:59 +02:00
2008-04-19 19:44:58 +02:00
2008-04-21 10:19:23 +08:00
2008-04-23 00:04:38 -04:00
2008-04-25 13:27:00 +01:00
2008-04-21 15:49:58 -07:00
2008-04-21 11:35:39 -05:00
2008-04-21 11:22:28 -05:00
2008-04-21 11:35:39 -05:00
2008-04-21 11:22:29 -05:00
2008-04-25 13:26:55 +01:00
2008-04-25 13:26:55 +01:00
2008-04-25 13:26:55 +01:00
2008-04-21 22:38:45 +00:00
2008-04-19 19:19:54 +02:00
2008-04-19 19:10:33 -07:00
2008-04-23 16:13:42 -04:00
2008-04-25 09:23:59 -04:00
2008-04-25 19:05:55 -07:00
2008-04-16 20:09:35 -04:00
2008-04-28 08:58:17 -07:00
2008-04-18 00:46:24 +02:00
2008-04-22 11:34:58 +02:00
2008-04-22 11:34:59 +02:00
2008-04-18 22:22:54 -04:00
2008-04-17 12:22:31 +02:00
2008-04-19 19:10:28 -07:00
2008-04-22 22:16:46 +02:00
2008-04-24 14:09:42 -03:00
2008-04-22 22:16:46 +02:00
2008-04-18 22:22:54 -04:00
2008-04-27 15:38:34 +02:00
2008-04-23 21:25:36 -04:00
2008-04-18 22:16:54 -04:00
2008-04-16 00:48:04 -07:00
2008-04-19 19:45:00 +02:00
2008-04-17 07:47:05 +02:00
2008-04-15 09:25:33 +02:00
2008-04-20 21:47:08 -07:00
2008-04-17 07:47:05 +02:00
2008-04-19 19:19:54 +02:00
2008-04-19 19:10:28 -07:00
2008-04-15 00:30:16 -07:00
2008-04-18 22:16:54 -04:00
2008-04-18 22:16:54 -04:00
2008-04-21 16:36:46 -07:00
2008-04-26 17:36:37 +02:00
2008-04-19 19:10:19 -07:00
2008-04-18 22:16:54 -04:00
2008-04-15 01:30:32 -04:00
2008-04-17 20:05:42 +02:00
2008-04-19 19:44:57 +02:00
2008-04-27 18:21:46 +03:00
2008-04-27 12:00:27 +03:00
2008-04-27 12:01:15 +03:00
2008-04-27 18:21:37 +03:00
2008-04-24 23:49:30 +01:00
2008-04-25 00:46:09 -04:00
2008-04-21 08:23:35 -07:00
2008-04-15 21:22:17 +10:00
2008-04-15 19:35:41 -07:00
2008-04-28 08:58:17 -07:00
2008-04-19 19:10:19 -07:00
2008-04-19 19:10:29 -07:00
2008-04-24 14:07:43 -03:00
2008-04-19 19:10:28 -07:00
2008-04-26 22:51:09 +02:00
2008-04-28 08:58:17 -07:00
2008-04-23 00:05:03 -04:00
2008-04-23 00:04:51 -04:00
2008-04-16 02:02:18 -07:00
2008-04-23 16:13:37 -04:00
2008-04-19 16:54:56 -04:00
2008-04-19 16:55:29 -04:00
2008-04-19 16:53:15 -04:00
2008-04-17 07:46:11 +10:00
2008-04-17 07:46:11 +10:00
2008-04-18 22:22:54 -04:00
2008-04-20 21:47:03 -07:00
2008-04-20 21:47:03 -07:00
2008-04-20 21:47:07 -07:00
2008-04-25 02:08:52 -04:00
2008-04-19 19:10:26 -07:00
2008-04-19 19:10:26 -07:00
2008-04-19 19:19:55 +02:00
2008-04-17 10:42:14 -04:00
2008-04-19 19:10:33 -07:00
2008-04-23 22:10:48 -07:00
2008-04-27 12:00:40 +03:00
2008-04-21 23:13:23 -04:00
2008-04-19 09:53:46 +10:00
2008-04-17 10:43:01 -04:00
2008-04-23 00:04:38 -04:00
2008-04-25 00:25:08 +02:00
2008-04-17 20:05:37 +02:00
2008-04-15 13:26:52 -04:00
2008-04-21 15:51:36 -07:00
2008-04-14 18:53:02 +03:00
2008-04-17 12:22:31 +02:00
2008-04-18 22:16:54 -04:00
2008-04-19 19:44:59 +02:00
2008-04-22 15:16:31 -05:00
2008-04-15 19:35:41 -07:00
2008-04-17 12:22:30 +02:00
2008-04-19 19:44:59 +02:00
2008-04-19 19:10:33 -07:00
2008-04-17 20:05:37 +02:00
2008-04-17 20:05:36 +02:00
2008-04-17 14:22:23 +02:00
2008-04-24 21:16:42 -07:00
2008-04-24 21:16:57 -07:00
2008-04-24 21:16:54 -07:00
2008-04-24 14:07:56 -03:00
2008-04-17 09:24:58 -04:00
2008-04-25 00:29:34 -07:00