Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AVR32] Don't use kmap() in flush_icache_page()
flush_icache_page() can be called from atomic context, so we can't use kmap(). Use page_address() instead. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
- Loading branch information