mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 13:13:04 -04:00
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>