kernel: crashlog uses bootmem to allocate memory which is being deprecated in favour...
authorHamish Guthrie <hcg@openwrt.org>
Wed, 6 Oct 2010 09:40:00 +0000 (09:40 +0000)
committerHamish Guthrie <hcg@openwrt.org>
Wed, 6 Oct 2010 09:40:00 +0000 (09:40 +0000)
SVN-Revision: 23269

target/linux/generic/patches-2.6.36/930-crashlog.patch

index fcffa1db0a25761563e11bd7e98f59c14dd56585..d729ea5ffb590e66d77dcdf84a6fc146714846a6 100644 (file)
@@ -21,7 +21,7 @@
  
 +config CRASHLOG
 +      bool "Crash logging"
-+      depends on !NO_BOOTMEM
++      depends on !NO_BOOTMEM && !HAVE_MEMBLOCK
 +
  config BLK_DEV_INITRD
        bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support"