]> err.no Git - linux-2.6/blobdiff - arch/i386/Kconfig.debug
[PATCH] Doc: fix mtrr userspace programs to build cleanly
[linux-2.6] / arch / i386 / Kconfig.debug
index 00108ba9a78dcef5629ead0e8bea35d0c08c9ea7..6e97df6979e859cd9e82b4c47d40a13f0af197d0 100644 (file)
@@ -44,8 +44,8 @@ comment "Page alloc debug is incompatible with Software Suspend on i386"
        depends on DEBUG_KERNEL && SOFTWARE_SUSPEND
 
 config DEBUG_PAGEALLOC
-       bool "Page alloc debugging"
-       depends on DEBUG_KERNEL && !SOFTWARE_SUSPEND
+       bool "Debug page memory allocations"
+       depends on DEBUG_KERNEL && !SOFTWARE_SUSPEND && !HUGETLBFS
        help
          Unmap pages from the kernel linear mapping after free_pages().
          This results in a large slowdown, but helps to find certain types