mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Andrew Morton <akpm@osdl.org>
Cc: Linus Torvalds <torvalds@osdl.org>,
	Linux Kernel list <linux-kernel@vger.kernel.org>,
	Dan Burcaw <dburcaw@terrasoftsolutions.com>
Subject: [PATCH] ppc32: Fix G5 config space access lockup
Date: Fri, 12 Mar 2004 11:46:00 +1100	[thread overview]
Message-ID: <1079052360.24360.317.camel@gaston> (raw)

Fix a typo in the code that prevents lockup on config space access
to sleeping devices on ppc32/G5. Please apply.

===== arch/ppc/platforms/pmac_feature.c 1.55 vs edited =====
--- 1.55/arch/ppc/platforms/pmac_feature.c	Wed Feb 18 16:49:46 2004
+++ edited/arch/ppc/platforms/pmac_feature.c	Fri Mar 12 11:44:41 2004
@@ -1359,7 +1359,7 @@
 		mb();
 		k2_skiplist[1] = NULL;
 	} else {
-		k2_skiplist[0] = pdev;
+		k2_skiplist[1] = pdev;
 		mb();
 		MACIO_BIC(KEYLARGO_FCR1, K2_FCR1_FW_CLK_ENABLE);
 	}



                 reply	other threads:[~2004-03-12  0:50 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=1079052360.24360.317.camel@gaston \
    --to=benh@kernel.crashing.org \
    --cc=akpm@osdl.org \
    --cc=dburcaw@terrasoftsolutions.com \
    --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®