add missing CONFIG_PCMCIA_XIRCOM spotted by buildbot
[openwrt/openwrt.git] / target / linux / ixp4xx / patches-2.6.33 / 605-arm-rmk-cache-flush-optim.patch
1 --- a/arch/arm/mm/fault-armv.c
2 +++ b/arch/arm/mm/fault-armv.c
3 @@ -127,8 +127,6 @@ make_coherent(struct address_space *mapp
4 flush_dcache_mmap_unlock(mapping);
5 if (aliases)
6 adjust_pte(vma, addr);
7 - else
8 - flush_cache_page(vma, addr, pfn);
9 }
10
11 /*