x86: compile pat debugfs interface only if CONFIG_X86_PAT is set
authorAndreas Herrmann <andreas.herrmann3@amd.com>
Wed, 6 Aug 2008 14:23:08 +0000 (16:23 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 11 Aug 2008 19:30:59 +0000 (21:30 +0200)
Recently I've run a kernel w/o PAT support and wondered why there was
a file "x86/pat_memtype_list" in debugfs. Of course it's empty if PAT
is disabled ... so just get rid of this interface if PAT is disabled.

Signed-off-by: Andreas Herrmann <andreas.herrmann3@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found