]> git.baikalelectronics.ru Git - kernel.git/commit
[S390] fix page table walk for changing page attributes
authorJan Glauber <jang@linux.vnet.ibm.com>
Wed, 20 Apr 2011 08:15:32 +0000 (10:15 +0200)
committerMartin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com>
Wed, 20 Apr 2011 08:15:43 +0000 (10:15 +0200)
commit652f00dd83b95dd56f05416a34d6ff2c75764725
tree1fc12df988d36cf50500d2014625a5e2ca8a15fb
parentc0b044c70866572d10adc628055ae01a1dce3853
[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>
arch/s390/mm/pageattr.c