x86: Remove set_pmd_pfn
authorMatthew Wilcox <willy@linux.intel.com>
Wed, 27 Aug 2014 19:04:29 +0000 (15:04 -0400)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 1 Sep 2014 08:15:31 +0000 (10:15 +0200)
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(-)


No differences found