/openbmc/linux/include/asm-generic/ |
H A D | xor.h | diff 268bb0ce3e87872cb9290c322b0d35bce230d88f Fri May 20 14:50:29 CDT 2011 Linus Torvalds <torvalds@linux-foundation.org> sanitize <linux/prefetch.h> usage
Commit e66eed651fd1 ("list: remove prefetching from regular list iterators") removed the include of prefetch.h from list.h, which uncovered several cases that had apparently relied on that rather obscure header file dependency.
So this fixes things up a bit, using
grep -L linux/prefetch.h $(git grep -l '[^a-z_]prefetchw*(' -- '*.[ch]') grep -L 'prefetchw*(' $(git grep -l 'linux/prefetch.h' -- '*.[ch]')
to guide us in finding files that either need <linux/prefetch.h> inclusion, or have it despite not needing it.
There are more of them around (mostly network drivers), but this gets many core ones.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/arch/sh/kernel/cpu/sh4/ |
H A D | sq.c | diff 268bb0ce3e87872cb9290c322b0d35bce230d88f Fri May 20 14:50:29 CDT 2011 Linus Torvalds <torvalds@linux-foundation.org> sanitize <linux/prefetch.h> usage
Commit e66eed651fd1 ("list: remove prefetching from regular list iterators") removed the include of prefetch.h from list.h, which uncovered several cases that had apparently relied on that rather obscure header file dependency.
So this fixes things up a bit, using
grep -L linux/prefetch.h $(git grep -l '[^a-z_]prefetchw*(' -- '*.[ch]') grep -L 'prefetchw*(' $(git grep -l 'linux/prefetch.h' -- '*.[ch]')
to guide us in finding files that either need <linux/prefetch.h> inclusion, or have it despite not needing it.
There are more of them around (mostly network drivers), but this gets many core ones.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/drivers/misc/sgi-gru/ |
H A D | grumain.c | diff 268bb0ce3e87872cb9290c322b0d35bce230d88f Fri May 20 14:50:29 CDT 2011 Linus Torvalds <torvalds@linux-foundation.org> sanitize <linux/prefetch.h> usage
Commit e66eed651fd1 ("list: remove prefetching from regular list iterators") removed the include of prefetch.h from list.h, which uncovered several cases that had apparently relied on that rather obscure header file dependency.
So this fixes things up a bit, using
grep -L linux/prefetch.h $(git grep -l '[^a-z_]prefetchw*(' -- '*.[ch]') grep -L 'prefetchw*(' $(git grep -l 'linux/prefetch.h' -- '*.[ch]')
to guide us in finding files that either need <linux/prefetch.h> inclusion, or have it despite not needing it.
There are more of them around (mostly network drivers), but this gets many core ones.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | grufault.c | diff 268bb0ce3e87872cb9290c322b0d35bce230d88f Fri May 20 14:50:29 CDT 2011 Linus Torvalds <torvalds@linux-foundation.org> sanitize <linux/prefetch.h> usage
Commit e66eed651fd1 ("list: remove prefetching from regular list iterators") removed the include of prefetch.h from list.h, which uncovered several cases that had apparently relied on that rather obscure header file dependency.
So this fixes things up a bit, using
grep -L linux/prefetch.h $(git grep -l '[^a-z_]prefetchw*(' -- '*.[ch]') grep -L 'prefetchw*(' $(git grep -l 'linux/prefetch.h' -- '*.[ch]')
to guide us in finding files that either need <linux/prefetch.h> inclusion, or have it despite not needing it.
There are more of them around (mostly network drivers), but this gets many core ones.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | uaccess_32.h | diff 268bb0ce3e87872cb9290c322b0d35bce230d88f Fri May 20 14:50:29 CDT 2011 Linus Torvalds <torvalds@linux-foundation.org> sanitize <linux/prefetch.h> usage
Commit e66eed651fd1 ("list: remove prefetching from regular list iterators") removed the include of prefetch.h from list.h, which uncovered several cases that had apparently relied on that rather obscure header file dependency.
So this fixes things up a bit, using
grep -L linux/prefetch.h $(git grep -l '[^a-z_]prefetchw*(' -- '*.[ch]') grep -L 'prefetchw*(' $(git grep -l 'linux/prefetch.h' -- '*.[ch]')
to guide us in finding files that either need <linux/prefetch.h> inclusion, or have it despite not needing it.
There are more of them around (mostly network drivers), but this gets many core ones.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | uaccess_64.h | diff 268bb0ce3e87872cb9290c322b0d35bce230d88f Fri May 20 14:50:29 CDT 2011 Linus Torvalds <torvalds@linux-foundation.org> sanitize <linux/prefetch.h> usage
Commit e66eed651fd1 ("list: remove prefetching from regular list iterators") removed the include of prefetch.h from list.h, which uncovered several cases that had apparently relied on that rather obscure header file dependency.
So this fixes things up a bit, using
grep -L linux/prefetch.h $(git grep -l '[^a-z_]prefetchw*(' -- '*.[ch]') grep -L 'prefetchw*(' $(git grep -l 'linux/prefetch.h' -- '*.[ch]')
to guide us in finding files that either need <linux/prefetch.h> inclusion, or have it despite not needing it.
There are more of them around (mostly network drivers), but this gets many core ones.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | uaccess.h | diff 268bb0ce3e87872cb9290c322b0d35bce230d88f Fri May 20 14:50:29 CDT 2011 Linus Torvalds <torvalds@linux-foundation.org> sanitize <linux/prefetch.h> usage
Commit e66eed651fd1 ("list: remove prefetching from regular list iterators") removed the include of prefetch.h from list.h, which uncovered several cases that had apparently relied on that rather obscure header file dependency.
So this fixes things up a bit, using
grep -L linux/prefetch.h $(git grep -l '[^a-z_]prefetchw*(' -- '*.[ch]') grep -L 'prefetchw*(' $(git grep -l 'linux/prefetch.h' -- '*.[ch]')
to guide us in finding files that either need <linux/prefetch.h> inclusion, or have it despite not needing it.
There are more of them around (mostly network drivers), but this gets many core ones.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/drivers/usb/host/ |
H A D | isp1362-hcd.c | diff 268bb0ce3e87872cb9290c322b0d35bce230d88f Fri May 20 14:50:29 CDT 2011 Linus Torvalds <torvalds@linux-foundation.org> sanitize <linux/prefetch.h> usage
Commit e66eed651fd1 ("list: remove prefetching from regular list iterators") removed the include of prefetch.h from list.h, which uncovered several cases that had apparently relied on that rather obscure header file dependency.
So this fixes things up a bit, using
grep -L linux/prefetch.h $(git grep -l '[^a-z_]prefetchw*(' -- '*.[ch]') grep -L 'prefetchw*(' $(git grep -l 'linux/prefetch.h' -- '*.[ch]')
to guide us in finding files that either need <linux/prefetch.h> inclusion, or have it despite not needing it.
There are more of them around (mostly network drivers), but this gets many core ones.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | sl811-hcd.c | diff 268bb0ce3e87872cb9290c322b0d35bce230d88f Fri May 20 14:50:29 CDT 2011 Linus Torvalds <torvalds@linux-foundation.org> sanitize <linux/prefetch.h> usage
Commit e66eed651fd1 ("list: remove prefetching from regular list iterators") removed the include of prefetch.h from list.h, which uncovered several cases that had apparently relied on that rather obscure header file dependency.
So this fixes things up a bit, using
grep -L linux/prefetch.h $(git grep -l '[^a-z_]prefetchw*(' -- '*.[ch]') grep -L 'prefetchw*(' $(git grep -l 'linux/prefetch.h' -- '*.[ch]')
to guide us in finding files that either need <linux/prefetch.h> inclusion, or have it despite not needing it.
There are more of them around (mostly network drivers), but this gets many core ones.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/arch/ia64/mm/ |
H A D | fault.c | diff 268bb0ce3e87872cb9290c322b0d35bce230d88f Fri May 20 14:50:29 CDT 2011 Linus Torvalds <torvalds@linux-foundation.org> sanitize <linux/prefetch.h> usage
Commit e66eed651fd1 ("list: remove prefetching from regular list iterators") removed the include of prefetch.h from list.h, which uncovered several cases that had apparently relied on that rather obscure header file dependency.
So this fixes things up a bit, using
grep -L linux/prefetch.h $(git grep -l '[^a-z_]prefetchw*(' -- '*.[ch]') grep -L 'prefetchw*(' $(git grep -l 'linux/prefetch.h' -- '*.[ch]')
to guide us in finding files that either need <linux/prefetch.h> inclusion, or have it despite not needing it.
There are more of them around (mostly network drivers), but this gets many core ones.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/arch/ia64/hp/common/ |
H A D | sba_iommu.c | diff 268bb0ce3e87872cb9290c322b0d35bce230d88f Fri May 20 14:50:29 CDT 2011 Linus Torvalds <torvalds@linux-foundation.org> sanitize <linux/prefetch.h> usage
Commit e66eed651fd1 ("list: remove prefetching from regular list iterators") removed the include of prefetch.h from list.h, which uncovered several cases that had apparently relied on that rather obscure header file dependency.
So this fixes things up a bit, using
grep -L linux/prefetch.h $(git grep -l '[^a-z_]prefetchw*(' -- '*.[ch]') grep -L 'prefetchw*(' $(git grep -l 'linux/prefetch.h' -- '*.[ch]')
to guide us in finding files that either need <linux/prefetch.h> inclusion, or have it despite not needing it.
There are more of them around (mostly network drivers), but this gets many core ones.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | sstep.c | diff 268bb0ce3e87872cb9290c322b0d35bce230d88f Fri May 20 14:50:29 CDT 2011 Linus Torvalds <torvalds@linux-foundation.org> sanitize <linux/prefetch.h> usage
Commit e66eed651fd1 ("list: remove prefetching from regular list iterators") removed the include of prefetch.h from list.h, which uncovered several cases that had apparently relied on that rather obscure header file dependency.
So this fixes things up a bit, using
grep -L linux/prefetch.h $(git grep -l '[^a-z_]prefetchw*(' -- '*.[ch]') grep -L 'prefetchw*(' $(git grep -l 'linux/prefetch.h' -- '*.[ch]')
to guide us in finding files that either need <linux/prefetch.h> inclusion, or have it despite not needing it.
There are more of them around (mostly network drivers), but this gets many core ones.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/net/core/ |
H A D | dst.c | diff 268bb0ce3e87872cb9290c322b0d35bce230d88f Fri May 20 14:50:29 CDT 2011 Linus Torvalds <torvalds@linux-foundation.org> sanitize <linux/prefetch.h> usage
Commit e66eed651fd1 ("list: remove prefetching from regular list iterators") removed the include of prefetch.h from list.h, which uncovered several cases that had apparently relied on that rather obscure header file dependency.
So this fixes things up a bit, using
grep -L linux/prefetch.h $(git grep -l '[^a-z_]prefetchw*(' -- '*.[ch]') grep -L 'prefetchw*(' $(git grep -l 'linux/prefetch.h' -- '*.[ch]')
to guide us in finding files that either need <linux/prefetch.h> inclusion, or have it despite not needing it.
There are more of them around (mostly network drivers), but this gets many core ones.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | pktgen.c | diff 268bb0ce3e87872cb9290c322b0d35bce230d88f Fri May 20 14:50:29 CDT 2011 Linus Torvalds <torvalds@linux-foundation.org> sanitize <linux/prefetch.h> usage
Commit e66eed651fd1 ("list: remove prefetching from regular list iterators") removed the include of prefetch.h from list.h, which uncovered several cases that had apparently relied on that rather obscure header file dependency.
So this fixes things up a bit, using
grep -L linux/prefetch.h $(git grep -l '[^a-z_]prefetchw*(' -- '*.[ch]') grep -L 'prefetchw*(' $(git grep -l 'linux/prefetch.h' -- '*.[ch]')
to guide us in finding files that either need <linux/prefetch.h> inclusion, or have it despite not needing it.
There are more of them around (mostly network drivers), but this gets many core ones.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | skbuff.c | diff 268bb0ce3e87872cb9290c322b0d35bce230d88f Fri May 20 14:50:29 CDT 2011 Linus Torvalds <torvalds@linux-foundation.org> sanitize <linux/prefetch.h> usage
Commit e66eed651fd1 ("list: remove prefetching from regular list iterators") removed the include of prefetch.h from list.h, which uncovered several cases that had apparently relied on that rather obscure header file dependency.
So this fixes things up a bit, using
grep -L linux/prefetch.h $(git grep -l '[^a-z_]prefetchw*(' -- '*.[ch]') grep -L 'prefetchw*(' $(git grep -l 'linux/prefetch.h' -- '*.[ch]')
to guide us in finding files that either need <linux/prefetch.h> inclusion, or have it despite not needing it.
There are more of them around (mostly network drivers), but this gets many core ones.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/arch/x86/mm/ |
H A D | fault.c | diff 268bb0ce3e87872cb9290c322b0d35bce230d88f Fri May 20 14:50:29 CDT 2011 Linus Torvalds <torvalds@linux-foundation.org> sanitize <linux/prefetch.h> usage
Commit e66eed651fd1 ("list: remove prefetching from regular list iterators") removed the include of prefetch.h from list.h, which uncovered several cases that had apparently relied on that rather obscure header file dependency.
So this fixes things up a bit, using
grep -L linux/prefetch.h $(git grep -l '[^a-z_]prefetchw*(' -- '*.[ch]') grep -L 'prefetchw*(' $(git grep -l 'linux/prefetch.h' -- '*.[ch]')
to guide us in finding files that either need <linux/prefetch.h> inclusion, or have it despite not needing it.
There are more of them around (mostly network drivers), but this gets many core ones.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/fs/ |
H A D | dcache.c | diff 268bb0ce3e87872cb9290c322b0d35bce230d88f Fri May 20 14:50:29 CDT 2011 Linus Torvalds <torvalds@linux-foundation.org> sanitize <linux/prefetch.h> usage
Commit e66eed651fd1 ("list: remove prefetching from regular list iterators") removed the include of prefetch.h from list.h, which uncovered several cases that had apparently relied on that rather obscure header file dependency.
So this fixes things up a bit, using
grep -L linux/prefetch.h $(git grep -l '[^a-z_]prefetchw*(' -- '*.[ch]') grep -L 'prefetchw*(' $(git grep -l 'linux/prefetch.h' -- '*.[ch]')
to guide us in finding files that either need <linux/prefetch.h> inclusion, or have it despite not needing it.
There are more of them around (mostly network drivers), but this gets many core ones.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/mm/ |
H A D | slab.c | diff 268bb0ce3e87872cb9290c322b0d35bce230d88f Fri May 20 14:50:29 CDT 2011 Linus Torvalds <torvalds@linux-foundation.org> sanitize <linux/prefetch.h> usage
Commit e66eed651fd1 ("list: remove prefetching from regular list iterators") removed the include of prefetch.h from list.h, which uncovered several cases that had apparently relied on that rather obscure header file dependency.
So this fixes things up a bit, using
grep -L linux/prefetch.h $(git grep -l '[^a-z_]prefetchw*(' -- '*.[ch]') grep -L 'prefetchw*(' $(git grep -l 'linux/prefetch.h' -- '*.[ch]')
to guide us in finding files that either need <linux/prefetch.h> inclusion, or have it despite not needing it.
There are more of them around (mostly network drivers), but this gets many core ones.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | vmscan.c | diff 268bb0ce3e87872cb9290c322b0d35bce230d88f Fri May 20 14:50:29 CDT 2011 Linus Torvalds <torvalds@linux-foundation.org> sanitize <linux/prefetch.h> usage
Commit e66eed651fd1 ("list: remove prefetching from regular list iterators") removed the include of prefetch.h from list.h, which uncovered several cases that had apparently relied on that rather obscure header file dependency.
So this fixes things up a bit, using
grep -L linux/prefetch.h $(git grep -l '[^a-z_]prefetchw*(' -- '*.[ch]') grep -L 'prefetchw*(' $(git grep -l 'linux/prefetch.h' -- '*.[ch]')
to guide us in finding files that either need <linux/prefetch.h> inclusion, or have it despite not needing it.
There are more of them around (mostly network drivers), but this gets many core ones.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | page_alloc.c | diff 268bb0ce3e87872cb9290c322b0d35bce230d88f Fri May 20 14:50:29 CDT 2011 Linus Torvalds <torvalds@linux-foundation.org> sanitize <linux/prefetch.h> usage
Commit e66eed651fd1 ("list: remove prefetching from regular list iterators") removed the include of prefetch.h from list.h, which uncovered several cases that had apparently relied on that rather obscure header file dependency.
So this fixes things up a bit, using
grep -L linux/prefetch.h $(git grep -l '[^a-z_]prefetchw*(' -- '*.[ch]') grep -L 'prefetchw*(' $(git grep -l 'linux/prefetch.h' -- '*.[ch]')
to guide us in finding files that either need <linux/prefetch.h> inclusion, or have it despite not needing it.
There are more of them around (mostly network drivers), but this gets many core ones.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/fs/btrfs/ |
H A D | extent_io.c | diff 268bb0ce3e87872cb9290c322b0d35bce230d88f Fri May 20 14:50:29 CDT 2011 Linus Torvalds <torvalds@linux-foundation.org> sanitize <linux/prefetch.h> usage
Commit e66eed651fd1 ("list: remove prefetching from regular list iterators") removed the include of prefetch.h from list.h, which uncovered several cases that had apparently relied on that rather obscure header file dependency.
So this fixes things up a bit, using
grep -L linux/prefetch.h $(git grep -l '[^a-z_]prefetchw*(' -- '*.[ch]') grep -L 'prefetchw*(' $(git grep -l 'linux/prefetch.h' -- '*.[ch]')
to guide us in finding files that either need <linux/prefetch.h> inclusion, or have it despite not needing it.
There are more of them around (mostly network drivers), but this gets many core ones.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|