Looks like my finger fell off the control key.. include/asm-m68k/sun3_pgalloc.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-m68k/sun3_pgalloc.h~pmd_alloc_one-typo-fix include/asm-m68k/sun3_pgalloc.h --- 25/include/asm-m68k/sun3_pgalloc.h~pmd_alloc_one-typo-fix 2003-04-22 02:51:52.000000000 -0700 +++ 25-akpm/include/asm-m68k/sun3_pgalloc.h 2003-04-22 02:52:03.000000000 -0700 @@ -18,7 +18,7 @@ extern const char bad_pmd_string[]; -#define lpmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); }) +#define pmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); }) static inline void pte_free_kernel(pte_t * pte) _