public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.6.10-rc2-mm1] Fix ia64 pml4 build problem
@ 2004-11-17 19:33 Bjorn Helgaas
  0 siblings, 0 replies; only message in thread
From: Bjorn Helgaas @ 2004-11-17 19:33 UTC (permalink / raw)
  To: linux-ia64

[-- 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) \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-17 19:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-17 19:33 [PATCH 2.6.10-rc2-mm1] Fix ia64 pml4 build problem Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox