gonzo 2d5f0c58d8 Fix cache-related issue with pmap for ARMv6/ARMv7:
- Missing PTE_SYNC in pmap_kremove caused memory corruption
    in userland applications
- Fix lack of cache flushes when using special PTEs for zeroing or
    copying pages. If there are dirty lines for destination memory
    and page later remapped as a non-cached region actual content
    might be overwritten by these dirty lines when cache eviction
    happens as a result of applying cache eviction policy or because
    of wbinv_all call.
- icache sync for new mapping for userland applications.

Tested by: gber
2013-01-08 02:38:38 +00:00
..
2012-12-31 22:48:54 +00:00
2012-10-10 08:36:38 +00:00
2012-11-01 04:07:08 +00:00
2013-01-07 21:35:25 +00:00
2013-01-07 03:36:32 +00:00
2012-12-28 09:19:49 +00:00
2012-10-10 08:36:38 +00:00
2013-01-04 09:52:09 +00:00
2013-01-03 23:12:08 +00:00