From: Ralf Baechle <ralf@linux-mips.org>
To: David Kesselring <dkesselr@mmc.atmel.com>
Cc: linux-mips@linux-mips.org
Subject: Re: new build failed
Date: Fri, 31 Oct 2003 01:51:22 +0100 [thread overview]
Message-ID: <20031031005122.GE803@linux-mips.org> (raw)
In-Reply-To: <Pine.GSO.4.44.0310301223570.22021-200000@ares.mmc.atmel.com>
On Thu, Oct 30, 2003 at 12:29:13PM -0500, David Kesselring wrote:
> I just checked out the latest source from linux-mips and if failed to
> compile. Specifically this was a CVS update to a full build I checked out
> last month. It shouldn't matter, should it?
> Anyway here is the error and the .config file.
Ah, the one configuration I missed to test ... Fix below,
Ralf
Index: arch/mips/mm/tlbex-mips32.S
===================================================================
RCS file: /home/cvs/linux/arch/mips/mm/Attic/tlbex-mips32.S,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 tlbex-mips32.S
--- arch/mips/mm/tlbex-mips32.S 28 Mar 2003 19:29:53 -0000 1.1.2.1
+++ arch/mips/mm/tlbex-mips32.S 31 Oct 2003 00:51:06 -0000
@@ -102,7 +102,7 @@
#endif
nop
mfc0 k0, CP0_BADVADDR # Get faulting address
- srl k0, k0, PGDIR_SHIFT # get pgd only bits
+ srl k0, k0, _PGDIR_SHIFT # get pgd only bits
sll k0, k0, 2
addu k1, k1, k0 # add in pgd offset
@@ -168,7 +168,7 @@
#define LOAD_PTE(pte, ptr) \
GET_PGD(pte, ptr) \
mfc0 pte, CP0_BADVADDR; \
- srl pte, pte, PGDIR_SHIFT; \
+ srl pte, pte, _PGDIR_SHIFT; \
sll pte, pte, 2; \
addu ptr, ptr, pte; \
mfc0 pte, CP0_BADVADDR; \
prev parent reply other threads:[~2003-10-31 0:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-30 17:29 new build failed David Kesselring
2003-10-31 0:51 ` Ralf Baechle [this message]
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=20031031005122.GE803@linux-mips.org \
--to=ralf@linux-mips.org \
--cc=dkesselr@mmc.atmel.com \
--cc=linux-mips@linux-mips.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.