
From: Andi Kleen <ak@suse.de>,
      Martin Schwidefsky <schwidefsky@de.ibm.com>

Fix typo in ioremap pud conversion

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/arch/x86_64/mm/ioremap.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/x86_64/mm/ioremap.c~x86-64-fix-pud-typo-in-ioremap arch/x86_64/mm/ioremap.c
--- 25/arch/x86_64/mm/ioremap.c~x86-64-fix-pud-typo-in-ioremap	2005-01-16 00:38:13.685749136 -0800
+++ 25-akpm/arch/x86_64/mm/ioremap.c	2005-01-16 00:38:13.688748680 -0800
@@ -85,7 +85,7 @@ static inline int remap_area_pud(pud_t *
 			return -ENOMEM;
 		remap_area_pmd(pmd, address, end - address, address + phys_addr, flags);
 		address = (address + PUD_SIZE) & PUD_MASK;
-		pmd++;
+		pud++;
 	} while (address && (address < end));
 	return 0;
 }
_
