From: Andrew Morton <akpm@osdl.org>

Cc: David Gibson <david@gibson.dropbear.id.au>
Cc: William Lee Irwin <wli@holomorphy.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 include/asm-ia64/pgtable.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN include/asm-ia64/pgtable.h~hugepage-consolidation-ia64-fix include/asm-ia64/pgtable.h
--- 25/include/asm-ia64/pgtable.h~hugepage-consolidation-ia64-fix	Thu May  5 12:12:05 2005
+++ 25-akpm/include/asm-ia64/pgtable.h	Thu May  5 12:12:12 2005
@@ -283,7 +283,7 @@ ia64_phys_addr_valid (unsigned long addr
 #define pte_mkyoung(pte)	(__pte(pte_val(pte) | _PAGE_A))
 #define pte_mkclean(pte)	(__pte(pte_val(pte) & ~_PAGE_D))
 #define pte_mkdirty(pte)	(__pte(pte_val(pte) | _PAGE_D))
-#define pte_mkhuge(entry)	(__pte(pte_val(pte) | _PAGE_P))
+#define pte_mkhuge(pte)		(__pte(pte_val(pte) | _PAGE_P))
 
 /*
  * Macro to a page protection value as "uncacheable".  Note that "protection" is really a
_