OSDN Git Service

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)
commitbb693f13a0a535715034ce42405515ac3318c0e3
treeb608766e8c65aa74dbcc0d88c8daf95a8830501c
parent69e273c0b0a3c337a521d083374c918dc52c666f
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(-)
arch/x86/include/asm/pgtable_32.h
arch/x86/mm/pgtable_32.c