commit | 012f09e7942716d5f4339f1fd9a831a485bb1d4a | [log] [tgz] |
---|---|---|
author | Andreas Herrmann <andreas.herrmann3@amd.com> | Wed Aug 06 16:23:08 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Aug 11 21:30:59 2008 +0200 |
tree | 487654a5b902975efe8637bc5d048ade15cc50b0 | |
parent | 10fec20ef5eec1c91913baec1225400f0d02df40 [diff] |
x86: compile pat debugfs interface only if CONFIG_X86_PAT is set 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>