Paul Gortmaker
70c7160619
Add appropriate <linux/prefetch.h> include for prefetch users
...
After discovering that wide use of prefetch on modern CPUs
could be a net loss instead of a win, net drivers which were
relying on the implicit inclusion of prefetch.h via the list
headers showed up in the resulting cleanup fallout. Give
them an explicit include via the following $0.02 script.
=========================================
#!/bin/bash
MANUAL=""
for i in `git grep -l 'prefetch(.*)' .` ; do
grep -q '<linux/prefetch.h>' $i
if [ $? = 0 ] ; then
continue
fi
( echo '?^#include <linux/?a'
echo '#include <linux/prefetch.h>'
echo .
echo w
echo q
) | ed -s $i > /dev/null 2>&1
if [ $? != 0 ]; then
echo $i needs manual fixup
MANUAL="$i $MANUAL"
fi
done
echo ------------------- 8\<----------------------
echo vi $MANUAL
=========================================
Signed-off-by: Paul <paul.gortmaker@windriver.com >
[ Fixed up some incorrect #include placements, and added some
non-network drivers and the fib_trie.c case - Linus ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2011-05-22 21:41:57 -07:00
..
2011-03-05 10:55:57 +01:00
2011-05-20 13:43:21 -07:00
2011-05-19 18:44:41 -04:00
2011-04-29 14:03:01 -07:00
2011-04-29 14:03:01 -07:00
2011-05-22 21:41:57 -07:00
2011-05-22 21:41:57 -07:00
2011-05-22 21:41:57 -07:00
2011-05-17 17:33:11 -04:00
2011-03-31 11:26:23 -03:00
2011-05-18 12:32:23 -06:00
2011-05-22 21:41:57 -07:00
2011-04-11 13:44:25 -07:00
2011-05-22 21:41:57 -07:00
2011-05-22 21:41:57 -07:00
2011-05-22 21:41:57 -07:00
2011-05-22 21:41:57 -07:00
2011-05-22 21:41:57 -07:00
2011-05-22 21:41:57 -07:00
2011-05-22 21:41:57 -07:00
2011-05-20 13:43:21 -07:00
2011-05-05 10:57:45 -07:00
2011-04-17 17:47:36 -07:00
2011-05-22 21:41:57 -07:00
2011-05-22 21:41:57 -07:00
2011-04-18 22:59:04 -07:00
2011-05-22 21:41:57 -07:00
2011-05-22 21:41:57 -07:00
2011-05-22 21:41:57 -07:00
2011-04-29 14:03:01 -07:00
2011-05-22 21:41:57 -07:00
2011-04-29 14:03:01 -07:00
2011-05-22 21:41:57 -07:00
2011-04-29 14:03:01 -07:00
2011-04-29 14:03:01 -07:00
2011-05-13 14:44:14 -04:00
2011-05-22 21:41:57 -07:00
2011-05-22 21:41:57 -07:00
2011-03-31 11:26:23 -03:00
2011-05-22 21:41:57 -07:00
2011-04-28 13:28:57 -07:00
2011-05-13 16:50:49 -04:00
2011-05-09 12:51:16 -07:00
2011-05-12 18:30:28 -04:00
2011-05-17 17:33:11 -04:00
2011-05-22 21:41:57 -07:00
2011-05-05 10:57:45 -07:00
2011-03-31 11:26:23 -03:00
2011-05-18 16:51:26 -04:00
2011-05-17 15:27:35 -04:00
2011-04-18 22:59:04 -07:00
2011-03-31 11:26:23 -03:00
2011-04-29 14:03:01 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-04-10 18:55:19 -07:00
2011-03-23 14:10:37 -07:00
2011-05-20 13:43:21 -07:00
2011-05-02 14:42:55 -07:00
2011-03-23 14:10:36 -07:00
2011-03-31 11:26:23 -03:00
2011-05-19 18:19:10 +02:00
2011-02-21 13:49:48 +01:00
2011-04-29 14:03:01 -07:00
2011-04-29 14:03:01 -07:00
2011-03-28 22:26:34 -07:00
2011-05-05 14:59:02 -07:00
2011-04-10 18:55:21 -07:00
2011-04-29 14:03:01 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 17:04:22 -07:00
2011-05-22 21:41:57 -07:00
2011-03-31 17:04:22 -07:00
2011-03-14 16:49:28 -07:00
2011-03-22 19:25:05 -07:00
2011-03-22 19:25:05 -07:00
2011-03-31 11:26:23 -03:00
2011-04-18 22:59:04 -07:00
2011-04-29 14:03:01 -07:00
2011-04-18 14:19:32 -07:00
2011-02-28 12:22:21 -08:00
2011-05-05 10:57:45 -07:00
2011-05-07 03:08:38 -07:00
2011-04-29 14:03:01 -07:00
2011-03-31 11:26:23 -03:00
2011-04-29 14:03:01 -07:00
2011-03-03 13:30:20 -08:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-04-29 14:03:01 -07:00
2011-02-28 13:22:44 -07:00
2011-02-28 13:22:44 -07:00
2011-02-28 13:22:44 -07:00
2011-03-03 21:27:42 -08:00
2011-03-31 11:26:23 -03:00
2011-05-22 21:41:57 -07:00
2011-02-28 13:22:44 -07:00
2011-04-29 12:41:59 -07:00
2011-03-03 12:19:11 -08:00
2011-04-15 15:50:41 -07:00
2011-04-15 15:50:41 -07:00
2011-04-15 15:50:41 -07:00
2011-04-17 17:47:36 -07:00
2011-04-17 17:47:36 -07:00
2011-05-07 22:31:35 -07:00
2011-04-18 22:59:04 -07:00
2011-03-31 11:26:23 -03:00
2011-05-12 16:59:57 -04:00
2011-04-18 22:59:04 -07:00
2011-03-31 11:26:23 -03:00
2011-04-29 14:03:01 -07:00
2011-05-05 10:57:45 -07:00
2011-04-12 14:50:45 -07:00
2011-03-31 11:26:23 -03:00
2011-04-29 14:03:00 -07:00
2011-04-01 20:56:30 -07:00
2011-05-19 09:55:43 +01:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-04-29 14:03:00 -07:00
2011-05-19 09:55:43 +01:00
2011-03-31 11:26:23 -03:00
2011-02-28 13:22:44 -07:00
2011-05-08 15:59:12 -07:00
2011-03-31 11:26:23 -03:00
2011-04-13 11:50:08 -07:00
2011-05-20 13:43:21 -07:00
2011-03-10 14:26:00 -08:00
2011-05-19 09:55:43 +01:00
2011-04-29 14:03:01 -07:00
2011-03-31 11:26:23 -03:00
2011-05-05 14:59:02 -07:00
2011-04-29 14:03:01 -07:00
2011-03-31 11:26:23 -03:00
2011-04-29 14:03:01 -07:00
2011-04-18 22:59:04 -07:00
2011-05-12 16:59:57 -04:00
2011-05-09 12:10:49 -07:00
2011-04-29 14:03:01 -07:00
2011-04-06 14:35:23 -07:00
2011-04-29 14:03:01 -07:00
2011-05-22 21:41:57 -07:00
2011-03-31 11:26:23 -03:00
2011-04-29 14:01:30 -07:00
2011-03-22 17:44:17 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-04-11 07:27:24 -07:00
2011-05-03 20:41:42 -07:00
2011-04-29 14:03:01 -07:00
2011-04-12 14:50:43 -07:00
2011-04-12 14:50:43 -07:00
2011-03-31 11:26:23 -03:00
2011-05-22 21:41:57 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-05-22 21:41:57 -07:00
2011-03-23 19:46:42 -07:00
2011-05-22 21:41:57 -07:00
2011-04-12 11:21:30 -07:00
2011-05-22 21:41:57 -07:00
2011-04-29 14:03:01 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-03-14 14:10:15 -07:00
2011-03-31 11:26:23 -03:00
2011-04-12 14:56:00 -07:00
2011-05-22 21:41:57 -07:00
2011-04-11 13:44:25 -07:00
2011-04-29 14:03:01 -07:00
2011-04-12 14:50:42 -07:00
2011-05-09 11:53:07 -07:00
2011-04-29 14:03:01 -07:00
2011-03-31 11:26:23 -03:00
2011-04-29 14:03:01 -07:00
2011-04-18 22:59:04 -07:00
2011-04-13 17:13:00 -07:00
2011-03-30 21:39:22 -07:00
2011-03-31 11:26:23 -03:00
2011-04-29 14:03:01 -07:00
2011-04-15 15:50:39 -07:00
2011-04-15 15:50:39 -07:00
2011-04-01 20:10:08 -07:00
2011-02-28 13:22:44 -07:00
2011-03-31 11:26:23 -03:00
2011-04-29 14:03:01 -07:00
2011-03-18 10:37:40 -07:00
2011-05-20 13:43:21 -07:00
2011-03-31 11:26:23 -03:00
2011-02-28 13:22:44 -07:00
2011-02-28 13:22:44 -07:00
2011-05-22 21:41:57 -07:00
2011-04-29 14:03:01 -07:00
2011-03-31 11:26:23 -03:00
2011-05-20 00:33:19 -04:00
2011-05-19 18:00:00 -04:00
2011-03-03 13:02:31 -08:00
2011-01-24 15:07:06 -08:00
2011-03-31 11:26:23 -03:00
2011-05-05 10:57:45 -07:00
2011-04-29 14:03:01 -07:00
2011-04-10 18:55:17 -07:00
2011-02-28 13:22:44 -07:00
2011-03-31 11:26:23 -03:00
2011-05-15 18:01:15 -04:00
2011-04-17 17:56:37 -07:00
2011-04-29 14:03:01 -07:00
2011-04-01 20:53:35 -07:00
2011-04-04 11:07:57 -07:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-05-12 16:59:57 -04:00