]> Git Repo - J-linux.git/blobdiff - arch/parisc/include/asm/cacheflush.h
mm, x86: Saving vmcore with non-lazy freeing of vmas
[J-linux.git] / arch / parisc / include / asm / cacheflush.h
index 4556d820128a435abf969933c0b25e67a9f57600..dba11aedce1b3c9dd8d0d76b53c14ac831cea882 100644 (file)
@@ -132,7 +132,7 @@ static inline void *kmap_atomic(struct page *page, enum km_type idx)
        return page_address(page);
 }
 
-static inline void kunmap_atomic(void *addr, enum km_type idx)
+static inline void kunmap_atomic_notypecheck(void *addr, enum km_type idx)
 {
        kunmap_parisc(addr);
        pagefault_enable();
This page took 0.028149 seconds and 4 git commands to generate.