diff options
Diffstat (limited to 'include/asm-sparc64/cacheflush.h')
| -rw-r--r-- | include/asm-sparc64/cacheflush.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-sparc64/cacheflush.h b/include/asm-sparc64/cacheflush.h index ededd2659eab..b3f61659ba81 100644 --- a/include/asm-sparc64/cacheflush.h +++ b/include/asm-sparc64/cacheflush.h | |||
| @@ -66,6 +66,11 @@ extern void flush_ptrace_access(struct vm_area_struct *, struct page *, | |||
| 66 | #define flush_cache_vmap(start, end) do { } while (0) | 66 | #define flush_cache_vmap(start, end) do { } while (0) |
| 67 | #define flush_cache_vunmap(start, end) do { } while (0) | 67 | #define flush_cache_vunmap(start, end) do { } while (0) |
| 68 | 68 | ||
| 69 | #ifdef CONFIG_DEBUG_PAGEALLOC | ||
| 70 | /* internal debugging function */ | ||
| 71 | void kernel_map_pages(struct page *page, int numpages, int enable); | ||
| 72 | #endif | ||
| 73 | |||
| 69 | #endif /* !__ASSEMBLY__ */ | 74 | #endif /* !__ASSEMBLY__ */ |
| 70 | 75 | ||
| 71 | #endif /* _SPARC64_CACHEFLUSH_H */ | 76 | #endif /* _SPARC64_CACHEFLUSH_H */ |
