* 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
* Re: 6a4be75aa84b0bea7939bca1af112fb3c2dfd86e make my gcc (still 4.2) unhappy ;<(
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
0 siblings, 1 reply; 4+ messages in thread
From: Kyle McMartin @ 2008-05-29 18:00 UTC (permalink / raw)
To: rubisher; +Cc: Kyle McMartin, linux-parisc
On Thu, May 29, 2008 at 05:24:04PM +0000, rubisher wrote:
> Hello Kyle,
>
> This hunk:
> +
> +/* from pacache.S -- needed for copy_page */
> +extern void copy_user_page_asm(void);
> +EXPORT_SYMBOL(copy_user_page_asm);
>
yeah, i know, i've been too busy trying to figure out why gcc 4.3 is
fucked to push a new commit.
i'll do that later today though.
r, kyle
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 6a4be75aa84b0bea7939bca1af112fb3c2dfd86e make my gcc (still 4.2) unhappy ;<(
2008-05-29 18:00 ` Kyle McMartin
@ 2008-05-29 18:17 ` rubisher
2008-05-29 18:48 ` Kyle McMartin
0 siblings, 1 reply; 4+ messages in thread
From: rubisher @ 2008-05-29 18:17 UTC (permalink / raw)
To: Kyle McMartin; +Cc: linux-parisc
Kyle McMartin wrote:
> On Thu, May 29, 2008 at 05:24:04PM +0000, rubisher wrote:
>> Hello Kyle,
>>
>> This hunk:
>> +
>> +/* from pacache.S -- needed for copy_page */
>> +extern void copy_user_page_asm(void);
>> +EXPORT_SYMBOL(copy_user_page_asm);
>>
>
> yeah, i know,
Oops, sorry.
> i've been too busy trying to figure out why gcc 4.3 is
> fucked to push a new commit.
>
I would so like to be helpfull but haven't anymore enough time for this investigation, sorry.
> i'll do that later today though.
>
No pb.
Tx,
r.
> r, kyle
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 6a4be75aa84b0bea7939bca1af112fb3c2dfd86e make my gcc (still 4.2) unhappy ;<(
2008-05-29 18:17 ` rubisher
@ 2008-05-29 18:48 ` Kyle McMartin
0 siblings, 0 replies; 4+ messages in thread
From: Kyle McMartin @ 2008-05-29 18:48 UTC (permalink / raw)
To: rubisher; +Cc: Kyle McMartin, linux-parisc
On Thu, May 29, 2008 at 06:17:00PM +0000, rubisher wrote:
> Kyle McMartin wrote:
>> On Thu, May 29, 2008 at 05:24:04PM +0000, rubisher wrote:
>>> Hello Kyle,
>>>
>>> This hunk:
>>> +
>>> +/* from pacache.S -- needed for copy_page */
>>> +extern void copy_user_page_asm(void);
>>> +EXPORT_SYMBOL(copy_user_page_asm);
>>>
>>
>> yeah, i know,
> Oops, sorry.
>
>> i've been too busy trying to figure out why gcc 4.3 is
>> fucked to push a new commit.
>>
> I would so like to be helpfull but haven't anymore enough time for this investigation, sorry.
>
it's ok, i appreciate all the effort you've put in so far :)
cheers, kyle
^ 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.