From: Christophe Saout Date: Sun, 11 Jan 2009 19:46:23 +0000 (-0800) Subject: xen: fix too early kmalloc call X-Git-Tag: v2.6.30-rc1~3^2~6^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28e08861b9afab4168b758fb7b95aa7a4da0f668;p=pandora-kernel.git xen: fix too early kmalloc call Impact: fix bootup crash on xen guests SLAB is not yet up, with earlyprintk it is giving me an Oops in __kmalloc. Replace call to kmalloc() with alloc_bootmem(). Reported-by: Christophe Saout Signed-off-by: Mike Travis Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed