From: Martin Schwidefsky Date: Fri, 19 Jul 2013 09:15:54 +0000 (+0200) Subject: s390/pgtable: add pgste_get helper X-Git-Tag: v3.12-rc1~187^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d56c893d36678f7ec8552f22ec12793a82ff8ee6;p=pandora-kernel.git s390/pgtable: add pgste_get helper ptep_modify_prot_start uses the pgste_set helper to store the pgste, while ptep_modify_prot_commit uses its own pointer magic to retrieve the value again. Add the pgste_get help function to keep things symmetrical and improve readability. Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed