Sebastian Ott 739737efb5 s390/vmwatchdog: 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.

Fix it by putting the data on the stack.

Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2013-06-26 21:10:29 +02:00
..
2013-01-15 22:43:15 -08:00
2013-02-14 15:55:03 +01:00
2013-03-18 16:19:45 -07:00
2013-02-22 23:31:31 -05:00
2013-03-21 13:35:39 +01:00
2013-02-22 23:31:31 -05:00