All of lore.kernel.org
 help / color / mirror / Atom feed
* 6a4be75aa84b0bea7939bca1af112fb3c2dfd86e make my gcc (still 4.2) unhappy ;<(
@ 2008-05-29 17:24 rubisher
  2008-05-29 18:00 ` Kyle McMartin
  0 siblings, 1 reply; 4+ messages in thread
From: rubisher @ 2008-05-29 17:24 UTC (permalink / raw)
  To: Kyle McMartin, linux-parisc

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-05-29 18:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-29 17:24 6a4be75aa84b0bea7939bca1af112fb3c2dfd86e make my gcc (still 4.2) unhappy ;<( rubisher
2008-05-29 18:00 ` Kyle McMartin
2008-05-29 18:17   ` rubisher
2008-05-29 18:48     ` Kyle McMartin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.