Re: [Xen-devel] [PATCH 1/9] xen: make sure swiotlb allocation isphysicallycontigious
From: Jeremy Fitzhardinge
Date: Fri May 08 2009 - 11:51:52 EST
Jan Beulich wrote:
As pointed out before, you must not use alloc_bootmem_low...() here,
as on large systems you may otherwise get an allocation failure (i.e. a
panic - checking the return value is pointless). The alternative is to fix
the bootmem allocator to no longer allocate from bottom up.
I was going to do that as a separate change so it can be argued on its
own merits (though now that the allocation is happening in purely Xen
code, that's less of an issue).
J
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/