Browse Source

kernel: crashlog uses bootmem to allocate memory which is being deprecated in favour of memblock. microblaze, sh, arm, sparc and powerpc only have memblock.

SVN-Revision: 23269
Hamish Guthrie 15 years ago
parent
commit
0dc830c8f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/generic/patches-2.6.36/930-crashlog.patch

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

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