Files
linux-kernel-test/include/asm-i386
Al Viro 4ec031166f [PATCH] kill eth_io_copy_and_sum()
On all targets that sucker boils down to memcpy_fromio(sbk->data, from, len).
The function name is highly misguiding (it _never_ does any checksums), the
last argument is just a noise and simply expanding the call to memcpy_fromio()
gives shorter and more readable source.  For a lot of reasons it has almost
no remaining users, so it's better to just outright kill it.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-02-09 09:14:07 -08:00
..
2006-12-08 08:28:39 -08:00
2007-01-26 13:50:58 -08:00
2007-01-26 13:50:58 -08:00
2007-02-09 09:14:07 -08:00
2006-12-07 02:14:12 +01:00
2006-12-12 17:41:41 -05:00
2006-12-07 02:14:01 +01:00
2007-01-26 13:50:58 -08:00
2006-12-07 02:14:01 +01:00
2006-12-07 08:39:37 -08:00
2006-12-15 08:47:51 -08:00