Files
linux-legacy/drivers
Christophe Saout 28e08861b9 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 <christophe@saout.de>
Signed-off-by: Mike Travis <travis@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-01-12 09:50:34 +01:00
..
2009-01-08 16:29:41 +00:00
2009-01-09 03:39:43 -05:00
2009-01-09 22:44:30 +01:00
2009-01-08 12:38:58 +00:00
2009-01-09 12:37:15 -08:00
2009-01-11 19:12:56 +01:00
2009-01-09 03:39:43 -05:00
2009-01-12 09:50:34 +01:00