--- 2.4.7aa1/include/asm-um/pgalloc.h.~1~ Mon Jul 23 05:13:13 2001 +++ 2.4.7aa1/include/asm-um/pgalloc.h Mon Jul 23 05:25:10 2001 @@ -21,7 +21,7 @@ * Allocate and free page tables. */ -extern __inline__ pgd_t *get_pgd_slow(void) +static __inline__ pgd_t *get_pgd_slow(void) { pgd_t *pgd = (pgd_t *)__get_free_page(GFP_KERNEL);