Re: [PATCH 1/9] xen: make sure swiotlb allocation is physically contigious

From: Jeremy Fitzhardinge
Date: Mon May 11 2009 - 14:42:54 EST


Joerg Roedel wrote:
+}
+
+void *swiotlb_alloc(unsigned order, unsigned long nslabs)
+{
+ /* Never called on x86. Warn, just in case. */

Can't this function be removed completly then?

The swiotlb code contains a static call, which never ends up being executed, so there has to be something to be called. But you're right that there's no particular reason for this warning unless someone starts to call swiotlb_alloc in the future.

I'd briefly discussed the idea of eliminating the distinction between boot and post-boot swiotlb allocation, but it looks tricky to implement.

+
+ if (xen_create_contiguous_region((unsigned long)buf,
+ order, 0xffffffff))
DMA_32BIT_MASK?

OK (ditto other mentions).

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/