* [PATCH] ppc32: Fix G5 config space access lockup
@ 2004-03-12 0:46 Benjamin Herrenschmidt
0 siblings, 0 replies; only message in thread
From: Benjamin Herrenschmidt @ 2004-03-12 0:46 UTC (permalink / raw)
To: Andrew Morton; +Cc: Linus Torvalds, Linux Kernel list, Dan Burcaw
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);
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-03-12 0:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-12 0:46 [PATCH] ppc32: Fix G5 config space access lockup Benjamin Herrenschmidt
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®