All of lore.kernel.org
 help / color / mirror / Atom feed
From: rubisher <rubisher@scarlet.be>
To: Kyle McMartin <kyle@mcmartin.ca>, linux-parisc@vger.kernel.org
Subject: 6a4be75aa84b0bea7939bca1af112fb3c2dfd86e make my gcc (still 4.2) unhappy ;<(
Date: Thu, 29 May 2008 17:24:04 +0000	[thread overview]
Message-ID: <483EE6B4.2080600@scarlet.be> (raw)

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.

             reply	other threads:[~2008-05-29 17:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-29 17:24 rubisher [this message]
2008-05-29 18:00 ` 6a4be75aa84b0bea7939bca1af112fb3c2dfd86e make my gcc (still 4.2) unhappy ;<( Kyle McMartin
2008-05-29 18:17   ` rubisher
2008-05-29 18:48     ` Kyle McMartin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=483EE6B4.2080600@scarlet.be \
    --to=rubisher@scarlet.be \
    --cc=kyle@mcmartin.ca \
    --cc=linux-parisc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.