linux_dsm_epyc7002/drivers/net/ehea
Linus Torvalds 268bb0ce3e sanitize <linux/prefetch.h> usage
Commit e66eed651f ("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>
2011-05-20 12:50:29 -07:00
..
ehea_ethtool.c ehea: fix wrongly reported speed and port 2011-05-09 11:49:24 -07:00
ehea_hw.h ehea: fix ehea.h checkpatch complaints 2008-02-03 04:25:55 -08:00
ehea_main.c sanitize <linux/prefetch.h> usage 2011-05-20 12:50:29 -07:00
ehea_phyp.c ehea: Use the standard logging functions 2010-12-13 10:05:14 -08:00
ehea_phyp.h powerpc: Move ehea hcall definitions into hvcall.h 2009-11-24 14:33:03 +11:00
ehea_qmr.c ehea: Use the standard logging functions 2010-12-13 10:05:14 -08:00
ehea_qmr.h ehea: Fix a checksum issue on the receive path 2010-10-13 14:24:59 -07:00
ehea.h ehea: Increase the skb array usage 2011-01-11 14:03:09 -08:00
Makefile [PATCH] ehea: IBM eHEA Ethernet Device Driver 2006-09-13 13:23:52 -04:00