From: Martin Schwidefsky Date: Wed, 13 May 2015 12:33:22 +0000 (+0200) Subject: s390/mm: correct return value of pmd_pfn X-Git-Tag: omap-for-v4.2/wakeirq-drivers-v2^2~2^2~72^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cded342c09f633666e71ee1ce048f218a9c5836;p=pandora-kernel.git s390/mm: correct return value of pmd_pfn Git commit 152125b7a882df36a55a8eadbea6d0edf1461ee7 "s390/mm: implement dirty bits for large segment table entries" broke the pmd_pfn function, it changed the return value from 'unsigned long' to 'int'. This breaks all machine configurations with memory above the 8TB line. Cc: stable@vger.kernel.org # 3.17+ Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed