linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Olaf Hering <olh@suse.de>
To: Paul Mackerras <paulus@samba.org>
Cc: akpm@osdl.org, Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	linuxppc-dev@lists.linuxppc.org
Subject: Re: [PATCH] export clear_pages on ppc32
Date: Tue, 11 May 2004 15:25:49 +0200	[thread overview]
Message-ID: <20040511132549.GB4920@suse.de> (raw)
In-Reply-To: <16544.1344.359606.598912@cargo.ozlabs.ibm.com>


 On Tue, May 11, Paul Mackerras wrote:

>
> Olaf Hering writes:
>
> > ext3 as module is not possible in 2.6.6, clear_pages, called from
> > clear_page, is not exported.
>
> clear_page is an inline function now, we should remove its export.

Good point:


diff -p -purN linux-2.6.6/arch/ppc/kernel/ppc_ksyms.c linux-2.6.6.ppc32/arch/ppc/kernel/ppc_ksyms.c
--- linux-2.6.6/arch/ppc/kernel/ppc_ksyms.c     2004-05-10 04:33:19.000000000 +0200
+++ linux-2.6.6.ppc32/arch/ppc/kernel/ppc_ksyms.c       2004-05-11 15:24:57.000000000 +0200
@@ -72,7 +72,7 @@ int abs(int);

 extern unsigned long mm_ptov (unsigned long paddr);

-EXPORT_SYMBOL(clear_page);
+EXPORT_SYMBOL(clear_pages);
 EXPORT_SYMBOL(clear_user_page);
 EXPORT_SYMBOL(do_signal);
 EXPORT_SYMBOL(do_syscall_trace);


--
USB is for mice, FireWire is for men!

sUse lINUX ag, nÜRNBERG

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

      reply	other threads:[~2004-05-11 13:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-10 15:36 [PATCH] export clear_pages on ppc32 Olaf Hering
2004-05-10 18:42 ` Tom Rini
2004-05-10 19:17   ` Olaf Hering
2004-05-10 19:57     ` Tom Rini
2004-05-10 22:42 ` Paul Mackerras
2004-05-11 13:25   ` Olaf Hering [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=20040511132549.GB4920@suse.de \
    --to=olh@suse.de \
    --cc=akpm@osdl.org \
    --cc=benh@kernel.crashing.org \
    --cc=linuxppc-dev@lists.linuxppc.org \
    --cc=paulus@samba.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;
as well as URLs for NNTP newsgroup(s).