commit | c7ca9fe17b84719ef2edbe854e1b0cac04a91e2f | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Fri Oct 09 02:44:23 2015 +0300 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Mon Nov 09 01:25:37 2015 +0300 |
tree | af1d9766ac0e0c5749cae43412245cf0e918ae31 | |
parent | e2b31f75406ed4ae700f5d954603f8119d9e94ca [diff] |
xtensa: support DMA to high memory - don't bugcheck if high memory page is passed to xtensa_map_page; - turn empty dcache flush macros into functions so that they could be passed as function parameters; - use kmap_atomic to map high memory pages for cache invalidation/ flushing performed by xtensa_sync_single_for_{cpu,device}. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>