diff options
author | Andi Kleen <ak@suse.de> | 2008-01-30 13:33:43 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:33:43 +0100 |
commit | fa2d8369a1e0e5dd0fdaaba9d40ca5187f4cd20b (patch) | |
tree | 0cd340b81cea0b6f84993c005e7f6e0b4b5aa63a /arch/x86/mm/Makefile_64 | |
parent | f0646e43acb18f0e00b00085dc88bc3f403e7930 (diff) |
x86: c_p_a(), add simple self test at boot
Since change_page_attr() is tricky code it is good to have some regression
test code. This patch maps and unmaps some random pages in the direct mapping
at boot and then dumps the state and does some simple sanity checks.
Add it with a CONFIG option.
Signed-off-by: Andi Kleen <ak@suse.de>
Acked-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/mm/Makefile_64')
-rw-r--r-- | arch/x86/mm/Makefile_64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/mm/Makefile_64 b/arch/x86/mm/Makefile_64 index 09c997fe585..cb723167631 100644 --- a/arch/x86/mm/Makefile_64 +++ b/arch/x86/mm/Makefile_64 @@ -7,3 +7,4 @@ obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o obj-$(CONFIG_NUMA) += numa_64.o obj-$(CONFIG_K8_NUMA) += k8topology_64.o obj-$(CONFIG_ACPI_NUMA) += srat_64.o +obj-$(CONFIG_CPA_DEBUG) += pageattr-test.o |