From: Martin Schwidefsky Date: Wed, 22 Apr 2015 08:26:20 +0000 (+0200) Subject: s390/mm: correct transfer of dirty & young bits in __pmd_to_pte X-Git-Tag: omap-for-v4.2/omap1-v2~57^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7d14f3a92223c3f5e52e9f20c74cb96dc130e87;p=pandora-kernel.git s390/mm: correct transfer of dirty & young bits in __pmd_to_pte The dirty & young bit from the pmd is not copied correctly to the pseudo pte in __pmd_to_pte. In fact it is not copied at all, the bits get lost. As the old style huge page currently does not need the dirty & young information this has no effect, but may be needed in the future. Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed