From: Bjorn Helgaas <bjorn.helgaas@hp.com>
To: linux-ia64@vger.kernel.org
Subject: [PATCH 2.6.10-rc2-mm1] Fix ia64 pml4 build problem
Date: Wed, 17 Nov 2004 19:33:04 +0000 [thread overview]
Message-ID: <200411171233.04881.bjorn.helgaas@hp.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 67 bytes --]
Fix ia64 pml4 build problem (looks like a fat-finger error to me).
[-- Attachment #2: pml4-ia64-build-fix.patch --]
[-- Type: text/x-diff, Size: 655 bytes --]
Fix ia64 pml4 build problem (looks like a fat-finger error to me).
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
--- a/include/asm-ia64/pgtable.h.orig 2004-11-17 10:09:38.537890000 -0700
+++ b/include/asm-ia64/pgtable.h 2004-11-17 10:09:57.500780555 -0700
@@ -317,7 +317,7 @@
/* Look up a pgd entry in the gate area. On IA-64, the gate-area
resides in the kernel-mapped segment, hence we use pgd_offset_k()
here. */
-#define pml4_offset_gate(mm, addr) pml4_offset_k(pml4_offset_k(addr),addr)
+#define pml4_offset_gate(mm, addr) pml4_offset_k(addr)
/* Find an entry in the second-level page table.. */
#define pmd_offset(dir,addr) \
reply other threads:[~2004-11-17 19:33 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=200411171233.04881.bjorn.helgaas@hp.com \
--to=bjorn.helgaas@hp.com \
--cc=linux-ia64@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox