sparc64: Define pte_accessible()
authorDavid S. Miller <davem@davemloft.net>
Wed, 19 Dec 2012 00:06:16 +0000 (16:06 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Dec 2012 00:06:16 +0000 (16:06 -0800)
We can elide flush_tlb_*() calls when _PAGE_VALID is clear
as that is the test used to determine whether or not to
queue up a TLB flush in set_pte_at().

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found