commit | 7cded342c09f633666e71ee1ce048f218a9c5836 | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed May 13 14:33:22 2015 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue May 19 10:35:09 2015 +0200 |
tree | 9220755c5b17478576769ab560ee1f7480b7fd23 | |
parent | c431761dddff87039edb3300b9b29d1f9e0af2c9 [diff] |
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 <schwidefsky@de.ibm.com>