From f3d844bce28bb95b18af48cd634f75ea6454530b Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Fri, 13 Jun 2003 21:15:30 -0700 Subject: [PATCH] Nuke check_highmem_ptes() It was broken on at least ppc32 & sparc32, and the debugging it offered wasn't worth it any more anyway. --- include/linux/highmem.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include') diff --git a/include/linux/highmem.h b/include/linux/highmem.h index 3bc7bcb3c252..4cd2f596e705 100644 --- a/include/linux/highmem.h +++ b/include/linux/highmem.h @@ -32,13 +32,6 @@ static inline void *kmap(struct page *page) #endif /* CONFIG_HIGHMEM */ -#if defined(CONFIG_DEBUG_HIGHMEM) && defined(CONFIG_HIGHMEM) -extern void check_highmem_ptes(void); -#else -static inline void check_highmem_ptes(void) -{} -#endif - /* when CONFIG_HIGHMEM is not set these will be plain clear/copy_page */ static inline void clear_user_highpage(struct page *page, unsigned long vaddr) { -- cgit v1.2.3