]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - mm/Kconfig
sh: revert addition of page fault notifiers
[linux-2.6-omap-h63xx.git] / mm / Kconfig
index db7c55de92cdc2ded0583d1ccc5239bdb4828d00..a17da8bafe62758b6f0d86816d9d6c64b464e687 100644 (file)
@@ -157,3 +157,14 @@ config RESOURCES_64BIT
        default 64BIT
        help
          This option allows memory and IO resources to be 64 bit.
+
+config ZONE_DMA_FLAG
+       int
+       default "0" if !ZONE_DMA
+       default "1"
+
+config NR_QUICK
+       int
+       depends on QUICKLIST
+       default "2" if SUPERH
+       default "1"