]> Pileus Git - ~andy/linux/commit
arch/tile: don't set the homecache of a PTE unless appropriate
authorChris Metcalf <cmetcalf@tilera.com>
Thu, 29 Mar 2012 19:36:53 +0000 (15:36 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Mon, 2 Apr 2012 16:13:05 +0000 (12:13 -0400)
commit12400f1f22ad7651efa1d3d06dd8b6b178d19ea3
tree7654198e93cc3adda551c31dd19630c01e94e8b5
parent48292738d06d7b46d861652ef59bd03be931c2c9
arch/tile: don't set the homecache of a PTE unless appropriate

We make sure not to try to set the home for an MMIO PTE (on tilegx)
or a PTE that isn't referencing memory managed by Linux.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/mm/pgtable.c