commit | b7d14f3a92223c3f5e52e9f20c74cb96dc130e87 | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed Apr 22 10:26:20 2015 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu Apr 23 16:56:20 2015 +0200 |
tree | 924f6b3fb2b7a364d250763ca45f84dbce7ab6af | |
parent | 77a87f0cb1a57237860754525d4e8cb2789e6e12 [diff] |
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 <schwidefsky@de.ibm.com>