From: Sebastian Ott Date: Tue, 25 Jun 2013 13:36:12 +0000 (+0200) Subject: s390/appldata_mem: do not use static data X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~39^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a94f0fb1a256455489d475f21c1f902a9280bf9a;p=pandora-kernel.git s390/appldata_mem: 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 Reviewed-by: Gerald Schaefer Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed