Hello Kyle, This hunk: + +/* from pacache.S -- needed for copy_page */ +extern void copy_user_page_asm(void); +EXPORT_SYMBOL(copy_user_page_asm); made my 32bit kernel build failing because: <./include/asm-parisc/page.h> contains this prototype: void copy_user_page_asm(void *to, void *from); I so tried: +extern void copy_user_page_asm(void *to, void *from); and it seems to help to build a bootable kernel on my b2k but I ignore if it's the right stuff to do? Tia, r. -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html