aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
authorMatthew Wilcox <willy@linux.intel.com>2014-08-27 15:04:29 -0400
committerThomas Gleixner <tglx@linutronix.de>2014-09-01 04:15:31 -0400
commitbb693f13a0a535715034ce42405515ac3318c0e3 (patch)
treeb608766e8c65aa74dbcc0d88c8daf95a8830501c /arch/x86/include
parent69e273c0b0a3c337a521d083374c918dc52c666f (diff)
x86: Remove set_pmd_pfn
The last user of set_pmd_pfn() went away in commit f03574f2d5b2, so this has been dead code for over a year. Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> arch/x86/include/asm/pgtable_32.h | 3 --- arch/x86/mm/pgtable_32.c | 35 ----------------------------------- 2 files changed, 38 deletions(-)
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/pgtable_32.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/include/asm/pgtable_32.h b/arch/x86/include/asm/pgtable_32.h
index 9ee322103c6d..b6c0b404898a 100644
--- a/arch/x86/include/asm/pgtable_32.h
+++ b/arch/x86/include/asm/pgtable_32.h
@@ -32,9 +32,6 @@ static inline void pgtable_cache_init(void) { }
32static inline void check_pgt_cache(void) { } 32static inline void check_pgt_cache(void) { }
33void paging_init(void); 33void paging_init(void);
34 34
35extern void set_pmd_pfn(unsigned long, unsigned long, pgprot_t);
36
37
38/* 35/*
39 * Define this if things work differently on an i386 and an i486: 36 * Define this if things work differently on an i386 and an i486:
40 * it will (on an i486) warn about kernel memory accesses that are 37 * it will (on an i486) warn about kernel memory accesses that are