mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Anton Blanchard <anton@samba.org>
To: torvalds@osdl.org
Cc: akpm@osdl.org, linux-kernel@vger.kernel.org
Subject: [PATCH] fix ppc64 LPAR
Date: Mon, 16 Feb 2004 19:30:33 +1100	[thread overview]
Message-ID: <20040216083033.GA25491@krispykreme> (raw)


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;
 

                 reply	other threads:[~2004-02-16  8:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040216083033.GA25491@krispykreme \
    --to=anton@samba.org \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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®