From: Haavard Skinnemoen Date: Wed, 21 Mar 2007 15:16:50 +0000 (+0100) Subject: [AVR32] Reserve framebuffer memory in early_parse_fbmem() X-Git-Tag: v2.6.22-rc1~1131^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9692b9501c339ec90647d8cd6ee5c106f072f9f;p=pandora-kernel.git [AVR32] Reserve framebuffer memory in early_parse_fbmem() With the current strategy of using the bootmem allocator to allocate or reserve framebuffer memory, there's a slight chance that the requested area has been taken by the boot allocator bitmap before we get around to reserving it. By inserting the framebuffer region as a reserved region as early as possible, we improve our chances for success and we make the region visible as a reserved region in dmesg and /proc/iomem without any extra work. Signed-off-by: Haavard Skinnemoen --- Reading git-diff-tree failed