All of lore.kernel.org
 help / color / mirror / Atom feed
From: Grant Grundler <grundler@parisc-linux.org>
To: sparclinux@vger.kernel.org
Subject: PATCH 2.6.10 pci_psycho brainfart
Date: Mon, 10 Jan 2005 18:28:46 +0000	[thread overview]
Message-ID: <20050110182846.GA17459@colo.lackof.org> (raw)

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);

                 reply	other threads:[~2005-01-10 18:28 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=20050110182846.GA17459@colo.lackof.org \
    --to=grundler@parisc-linux.org \
    --cc=sparclinux@vger.kernel.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 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.