Re: Early boot panic on machine with lots of memory
From: Yinghai Lu <yinghai@kernel.org>
Date: 2012-06-19 05:43:46
Also in:
lkml
From: Yinghai Lu <yinghai@kernel.org>
Date: 2012-06-19 05:43:46
Also in:
lkml
On Mon, Jun 18, 2012 at 9:11 PM, Gavin Shan [off-list ref] wrote:
: [ 0.000000] memblock_free: [0x0000102febc080-0x0000102febf080] memblock_free_reserved_regions+0x37/0x39 Here, [0x0000102febc080-0x0000102febf080] was released to available memory block by function free_low_memory_core_early(). I'm not sure the release memblock might be taken by bootmem, but I think it's worthy to have a try of removing following 2 lines: memblock_free_reserved_regions() and memblock_reserve_reserved_regions()
if it was taken, should have print out about that. Yinghai -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>