[PATCH] x86_64: Remove CONFIG_CHECKING and add command line option for pagefault...
[pandora-kernel.git] / arch / x86_64 / mm / init.c
index 854a41b..286f6a6 100644 (file)
@@ -565,10 +565,6 @@ extern int exception_trace, page_fault_trace;
 static ctl_table debug_table2[] = {
        { 99, "exception-trace", &exception_trace, sizeof(int), 0644, NULL,
          proc_dointvec },
-#ifdef CONFIG_CHECKING
-       { 100, "page-fault-trace", &page_fault_trace, sizeof(int), 0644, NULL,
-         proc_dointvec },
-#endif
        { 0, }
 };