* PATCH 2.6.10 pci_psycho brainfart
@ 2005-01-10 18:28 Grant Grundler
0 siblings, 0 replies; only message in thread
From: Grant Grundler @ 2005-01-10 18:28 UTC (permalink / raw)
To: sparclinux
Dave,
I've had more than my fair share of brainfarts...
Patch is against 2.6.10.
hth,
grant
Index: arch/sparc64/kernel/pci_psycho.c
=================================RCS file: /var/cvs/linux-2.6/arch/sparc64/kernel/pci_psycho.c,v
retrieving revision 1.6
diff -u -p -r1.6 pci_psycho.c
--- arch/sparc64/kernel/pci_psycho.c 30 Sep 2004 12:07:55 -0000 1.6
+++ arch/sparc64/kernel/pci_psycho.c 10 Jan 2005 18:17:08 -0000
@@ -453,9 +453,9 @@ static void __psycho_check_one_stc(struc
tag_base = regbase + PSYCHO_STC_TAG_A;
line_base = regbase + PSYCHO_STC_LINE_A;
} else {
- err_base = regbase + PSYCHO_STC_ERR_A;
- tag_base = regbase + PSYCHO_STC_TAG_A;
- line_base = regbase + PSYCHO_STC_LINE_A;
+ err_base = regbase + PSYCHO_STC_ERR_B;
+ tag_base = regbase + PSYCHO_STC_TAG_B;
+ line_base = regbase + PSYCHO_STC_LINE_B;
}
spin_lock(&stc_buf_lock);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-01-10 18:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-10 18:28 PATCH 2.6.10 pci_psycho brainfart Grant Grundler
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.