From: Michael Holzheu Date: Tue, 10 May 2011 15:13:41 +0000 (+0200) Subject: [S390] replace diag10() with diag10_range() function X-Git-Tag: v2.6.39~48^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83ace2701b81be549cca7af33c5b0499cb2602d6;p=pandora-kernel.git [S390] replace diag10() with diag10_range() function Currently the diag10() function can only release one page. For exploiters that have to call diag10 on a contiguous memory region this is suboptimal. This patch replaces the diag10() function with diag10_range() that is able to release multiple pages. In addition to that the new function now allows to release memory with addresses higher than 2047 MiB. This was due to a restriction of the diagnose implementation under z/VM prior to release 5.2. Signed-off-by: Michael Holzheu Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed