commit | e4c031b4f2515e9531d71c8aa779799231dbcd0c | [log] [tgz] |
---|---|---|
author | Jan Glauber <jang@linux.vnet.ibm.com> | Wed Apr 20 10:15:32 2011 +0200 |
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | Wed Apr 20 10:15:43 2011 +0200 |
tree | 1fc12df988d36cf50500d2014625a5e2ca8a15fb | |
parent | c708c57e247775928b9a6bce7b4d8d14883bf39b [diff] |
[S390] fix page table walk for changing page attributes The page table walk for changing page attributes used the wrong address for pgd/pud/pmd lookups if the range was bigger than a pmd entry. Fix the lookup by using the correct address. Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>