aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/pgtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc64/pgtable.h')
-rw-r--r--include/asm-sparc64/pgtable.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/asm-sparc64/pgtable.h b/include/asm-sparc64/pgtable.h
index f3ba1e058195..77ba0b6cc1ce 100644
--- a/include/asm-sparc64/pgtable.h
+++ b/include/asm-sparc64/pgtable.h
@@ -432,12 +432,7 @@ extern unsigned long get_fb_unmapped_area(struct file *filp, unsigned long,
432 unsigned long); 432 unsigned long);
433#define HAVE_ARCH_FB_UNMAPPED_AREA 433#define HAVE_ARCH_FB_UNMAPPED_AREA
434 434
435/* 435extern void pgtable_cache_init(void);
436 * No page table caches to initialise
437 */
438#define pgtable_cache_init() do { } while (0)
439
440extern void check_pgt_cache(void);
441 436
442#endif /* !(__ASSEMBLY__) */ 437#endif /* !(__ASSEMBLY__) */
443 438