diff options
| author | Hamish Guthrie | 2010-10-06 09:40:00 +0000 |
|---|---|---|
| committer | Hamish Guthrie | 2010-10-06 09:40:00 +0000 |
| commit | 18bdee9680118284cf3d9f836b836c9e940fdb43 (patch) | |
| tree | bb475fc0f6ebfbc3e67fbd458e1aeff6d41931da | |
| parent | 5a2e277e551031bc2a8666f6bd03780c9c29c475 (diff) | |
| download | archive-18bdee9680118284cf3d9f836b836c9e940fdb43.tar.gz | |
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
| -rw-r--r-- | target/linux/generic/patches-2.6.36/930-crashlog.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-2.6.36/930-crashlog.patch b/target/linux/generic/patches-2.6.36/930-crashlog.patch index fcffa1db0a..d729ea5ffb 100644 --- a/target/linux/generic/patches-2.6.36/930-crashlog.patch +++ b/target/linux/generic/patches-2.6.36/930-crashlog.patch @@ -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" |