6a4be75aa84b0bea7939bca1af112fb3c2dfd86e make my gcc (still 4.2) unhappy ;<(

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux SoC]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux