mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Aristeu Sergio Rozanski Filho <aris@cathedrallabs.org>
To: Frederik Deweerdt <deweerdt@free.fr>
Cc: David Howells <dhowells@redhat.com>,
	linux-kernel@vger.kernel.org, akpm@osdl.org
Subject: Re: [-mm patch] add missing page_copy export for ppc and powerpc (was Re: cachefiles on latest -mm fails to build on powerpc)
Date: Fri, 15 Sep 2006 14:33:22 -0300	[thread overview]
Message-ID: <20060915173321.GD8098@cathedrallabs.org> (raw)
In-Reply-To: <20060915175856.GF2876@slug>

> Oops, thanks, here's a corrected patch. From a quick look, it seems that
> the ppc needs the same kind of export.
> This adds a missing copy_page export for the powerpc and ppc arches.
this last patch solves the problem
> 
> Signed-off-by: Frederik Deweerdt <frederik.deweerdt@gmail.com>
Acked-by: Aristeu S. Rozanski F. <aris@cathedrallabs.org>

> diff --git a/arch/powerpc/kernel/ppc_ksyms.c b/arch/powerpc/kernel/ppc_ksyms.c
> index 39d3bfc..23ccd5d 100644
> --- a/arch/powerpc/kernel/ppc_ksyms.c
> +++ b/arch/powerpc/kernel/ppc_ksyms.c
> @@ -93,6 +93,12 @@ EXPORT_SYMBOL(__strncpy_from_user);
>  EXPORT_SYMBOL(__strnlen_user);
>  
>  #ifndef  __powerpc64__
> +EXPORT_SYMBOL(copy_page);
> +#else
> +EXPORT_SYMBOL(copy_4K_page);
> +#endif
> +
> +#ifndef  __powerpc64__
>  EXPORT_SYMBOL(__ide_mm_insl);
>  EXPORT_SYMBOL(__ide_mm_outsw);
>  EXPORT_SYMBOL(__ide_mm_insw);
> diff --git a/arch/ppc/kernel/ppc_ksyms.c b/arch/ppc/kernel/ppc_ksyms.c
> index d173540..3045cc3 100644
> --- a/arch/ppc/kernel/ppc_ksyms.c
> +++ b/arch/ppc/kernel/ppc_ksyms.c
> @@ -106,6 +106,8 @@ EXPORT_SYMBOL(__clear_user);
>  EXPORT_SYMBOL(__strncpy_from_user);
>  EXPORT_SYMBOL(__strnlen_user);
>  
> +EXPORT_SYMBOL(copy_page);
> +
>  /*
>  EXPORT_SYMBOL(inb);
>  EXPORT_SYMBOL(inw);
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 

-- 
Aristeu


      reply	other threads:[~2006-09-15 17:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-15 17:35 cachefiles on latest -mm fails to build on powerpc Frederik Deweerdt
2006-09-15 12:31 ` Aristeu Sergio Rozanski Filho
2006-09-15 15:50   ` Frederik Deweerdt
2006-09-15 15:17     ` Aristeu Sergio Rozanski Filho
2006-09-15 15:39       ` David Howells
2006-09-15 17:58         ` [-mm patch] add missing page_copy export for ppc and powerpc (was Re: cachefiles on latest -mm fails to build on powerpc) Frederik Deweerdt
2006-09-15 17:33           ` Aristeu Sergio Rozanski Filho [this message]

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=20060915173321.GD8098@cathedrallabs.org \
    --to=aris@cathedrallabs.org \
    --cc=akpm@osdl.org \
    --cc=deweerdt@free.fr \
    --cc=dhowells@redhat.com \
    --cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®