From: Yinghai Lu Date: Tue, 18 Mar 2008 19:51:22 +0000 (-0700) Subject: x86_64: do not reserve ramdisk two times X-Git-Tag: v2.6.26-rc1~1133^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b8106a0a3d3c1e5b69f091192bc99019ff4d81d;p=pandora-kernel.git x86_64: do not reserve ramdisk two times ramdisk is reserved via reserve_early in x86_64_start_kernel, later early_res_to_bootmem() will convert to reservation in bootmem. so don't need to reserve that again. Signed-off-by: Yinghai Lu Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed