alistair23-linux/arch/s390/appldata
Sebastian Ott 2ab1461924 s390/appldata_net_sum: do not use static data
Using static data for fields which are accessed by HW will fail if
the driver is build as a module (since this would be vmalloc'ed
memory). This Bug was revealed via
"s390: remove virt_to_phys implementation" - the old virt_to_phys
implementation would have translated the address but it was not
guaranteed that the memory was contiguous.

Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Reviewed-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2013-06-26 21:10:31 +02:00
..
appldata.h s390/comments: unify copyright messages and remove file names 2012-07-20 11:15:04 +02:00
appldata_base.c arch: s390: appldata: using strncpy() and strnlen() instead of sprintf() 2013-05-28 10:35:28 +02:00
appldata_mem.c s390/appldata_mem: do not use static data 2013-06-26 21:10:30 +02:00
appldata_net_sum.c s390/appldata_net_sum: do not use static data 2013-06-26 21:10:31 +02:00
appldata_os.c s390/time: rename tod clock access functions 2013-02-14 15:55:10 +01:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00