kernel/arch/parisc/include/asm/cacheflush.h
.. .. @@ -57,6 +57,11 @@ 57 57 58 58 #define flush_dcache_mmap_lock(mapping) xa_lock_irq(&mapping->i_pages) 59 59 #define flush_dcache_mmap_unlock(mapping) xa_unlock_irq(&mapping->i_pages) 60 +#define flush_dcache_mmap_lock_irqsave(mapping, flags) \61 + xa_lock_irqsave(&mapping->i_pages, flags)62 +#define flush_dcache_mmap_unlock_irqrestore(mapping, flags) \63 + xa_unlock_irqrestore(&mapping->i_pages, flags)64 +60 65 61 66 #define flush_icache_page(vma,page) do { \ 62 67 flush_kernel_dcache_page(page); \