commit | a718e10cbaa28035b7ab510d68fef68524454e1a | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Sat Aug 10 13:15:46 2013 -0400 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Fri Aug 30 11:57:02 2013 -0400 |
tree | 64b9283a5d94e2aa78046cc52f47757a8224d8ed | |
parent | 35f059761c5ac313d13372fe3cdaa41bce3d0dbf [diff] |
tile: handle super huge pages in virt_to_pte This tile-specific API had a minor bug, in that if a super huge (>4GB) page mapped a particular address range, we wouldn't handle it correctly. As part of fixing that bug, I also cleaned up some of the pud and pmd accessors to make them more consistent. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>