aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_subr.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <[email protected]>2008-12-12 17:33:25 +1100
committerKumar Gala <[email protected]>2008-12-15 14:29:37 -0600
commit8309ce7280536b07716026ff588acbcc0ee1a546 (patch)
tree7bc02b60cb65fb0e4e0675a03c8307d400e694cf /net/lapb/lapb_subr.c
parent361425fc32422c9716fc69e52455b7d44fc02c18 (diff)
powerpc: Fix bogus cache flushing on all 40x and BookE processors v2
We were missing the CPU_FTR_NOEXECUTE bit in our cputable for all these processors. The result is that update_mmu_cache() would flush the cache for all pages mapped to userspace which is totally unnecessary on those processors since we already handle flushing on execute in the page fault path. This should provide a nice speed up ;-) Signed-off-by: Benjamin Herrenschmidt <[email protected]> Acked-by: Josh Boyer <[email protected]> Signed-off-by: Kumar Gala <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions