Commit 50d8ab92 authored by Anton Blanchard's avatar Anton Blanchard

[PATCH] fix ppc64 LPAR

This fixes pSeries LPAR (logical partitioned) machines.  We weren't
initialising the pci_dma_ops stuff.
parent f9e10476
......@@ -296,6 +296,8 @@ void pSeriesLP_init_early(void)
{
pSeries_lpar_mm_init();
tce_init_pSeries();
ppc_md.tce_build = tce_build_pSeriesLP;
ppc_md.tce_free_one = tce_free_one_pSeriesLP;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment