From: Pantelis Antoniou <panto@intracom.gr>
To: linuxppc-embedded <linuxppc-embedded@ozlabs.org>
Subject: [PATCH] 8xx typo fix
Date: Thu, 24 Mar 2005 15:58:00 +0200 [thread overview]
Message-ID: <4242C768.407@intracom.gr> (raw)
[-- Attachment #1: Type: text/plain, Size: 278 bytes --]
Hi all
The following patch fixes a typo which was introduced in the great
SPRN_ renaming.
The patch is against the latest linus bk tree (2.6.12-rc1).
Please apply.
Regards
Pantelis
P.S. I want 4 hours of my life back.
Signed-off-by: Pantelis Antoniou <panto@intracom.gr>
[-- Attachment #2: 8xx-insn-tlbmiss-fix.patch --]
[-- Type: text/x-patch, Size: 556 bytes --]
--- linux-2.5/arch/ppc/kernel/head_8xx.S 2005-03-15 14:22:24.000000000 +0200
+++ linux-2.5-intracom/arch/ppc/kernel/head_8xx.S 2005-03-24 15:43:22.000000000 +0200
@@ -307,7 +307,7 @@
stw r11, 4(r0)
mfspr r10, SPRN_SRR0 /* Get effective address of fault */
DO_8xx_CPU6(0x3780, r3)
- mtspr SPRN_MD_EPN, r1 /* Have to use MD_EPN for walk, MI_EPN can't */
+ mtspr SPRN_MD_EPN, r10 /* Have to use MD_EPN for walk, MI_EPN can't */
mfspr r10, SPRN_M_TWB /* Get level 1 table entry address */
/* If we are faulting a kernel address, we have to use the
reply other threads:[~2005-03-24 14:07 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=4242C768.407@intracom.gr \
--to=panto@intracom.gr \
--cc=linuxppc-embedded@ozlabs.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.