External initramfs again ... keep getting "overlaps in-use memory region"
From: Brian Hutchinson <hidden>
Date: 2010-02-25 16:14:22
From: Brian Hutchinson <hidden>
Date: 2010-02-25 16:14:22
... it looks like I'm getting the overlap message because my fixup routine has already setup memory and then my initrd comes along and reserve_bootmem_node tries to set the region to BOOTMEM_EXCLUSIVE. I just don't quite know what to do about it ... Regards, Brian