From: Michael Holzheu Date: Tue, 10 Jul 2007 09:24:15 +0000 (+0200) Subject: [S390] Program check in diag 210 under 31 bit X-Git-Tag: v2.6.23-rc1~1155^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc4123303b54657389c952049bf5738dd753d004;p=pandora-kernel.git [S390] Program check in diag 210 under 31 bit If a virtual address is passed to the diag210 function under 31 bit, we get a programming exception, since diag 210 only works with physical addresses. To fix this, the content of the diag210 data structure is copied to a local structure and the physical address of that structure is passed to diagnose 210. Signed-off-by: Michael Holzheu Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed