mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] fix ppc64 LPAR
@ 2004-02-16  8:30 Anton Blanchard
  0 siblings, 0 replies; only message in thread
From: Anton Blanchard @ 2004-02-16  8:30 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-kernel


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;
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-02-16  8:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-16  8:30 [PATCH] fix ppc64 LPAR Anton Blanchard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®