aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/mm/pat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/mm/pat.c b/arch/x86/mm/pat.c
index 2fe30916d4b6..647b1c4de719 100644
--- a/arch/x86/mm/pat.c
+++ b/arch/x86/mm/pat.c
@@ -492,7 +492,7 @@ void unmap_devmem(unsigned long pfn, unsigned long size, pgprot_t vma_prot)
492 free_memtype(addr, addr + size); 492 free_memtype(addr, addr + size);
493} 493}
494 494
495#if defined(CONFIG_DEBUG_FS) 495#if defined(CONFIG_DEBUG_FS) && defined(CONFIG_X86_PAT)
496 496
497/* get Nth element of the linked list */ 497/* get Nth element of the linked list */
498static struct memtype *memtype_get_idx(loff_t pos) 498static struct memtype *memtype_get_idx(loff_t pos)
@@ -576,4 +576,4 @@ static int __init pat_memtype_list_init(void)
576 576
577late_initcall(pat_memtype_list_init); 577late_initcall(pat_memtype_list_init);
578 578
579#endif /* CONFIG_DEBUG_FS */ 579#endif /* CONFIG_DEBUG_FS && CONFIG_X86_PAT */