[PATCH] fix ppc64 LPAR

From: Anton Blanchard
Date: Mon Feb 16 2004 - 03:37:02 EST



Hi,

The following patch fixes pSeries LPAR (logical partitioned) machines.
We werent initialising the pci_dma_ops stuff.

Anton

--- linux-2.5/arch/ppc64/kernel/pSeries_lpar.c 2004-02-06 14:38:04.642245906 +1100
+++ build/arch/ppc64/kernel/pSeries_lpar.c 2004-02-16 18:30:45.581745104 +1100
@@ -296,6 +296,8 @@
{
pSeries_lpar_mm_init();

+ tce_init_pSeries();
+
ppc_md.tce_build = tce_build_pSeriesLP;
ppc_md.tce_free_one = tce_free_one_pSeriesLP;

-
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/