From: Arnd Bergmann <arnd@arndb.de>
To: Linus Torvalds <torvalds@osdl.org>
Cc: Olof Johansson <olof@lixom.net>, Stelian Pop <stelian@popies.net>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] Export handle_mm_fault to modules.
Date: Mon, 8 Aug 2005 10:44:10 +0200 [thread overview]
Message-ID: <200508081044.10875.arnd@arndb.de> (raw)
In-Reply-To: <Pine.LNX.4.58.0508051642360.3258@g5.osdl.org>
On Sünnavend 06 August 2005 01:43, Linus Torvalds wrote:
> diff --git a/arch/ppc/kernel/ppc_ksyms.c b/arch/ppc/kernel/ppc_ksyms.c
> --- a/arch/ppc/kernel/ppc_ksyms.c
> +++ b/arch/ppc/kernel/ppc_ksyms.c
> @@ -324,7 +324,7 @@ EXPORT_SYMBOL(__res);
>
> EXPORT_SYMBOL(next_mmu_context);
> EXPORT_SYMBOL(set_context);
> -EXPORT_SYMBOL(handle_mm_fault); /* For MOL */
> +EXPORT_SYMBOL_GPL(__handle_mm_fault); /* For MOL */
> EXPORT_SYMBOL(disarm_decr);
> #ifdef CONFIG_PPC_STD_MMU
> extern long mol_trampoline;
We will need the same export on ppc64 for managing SPEs on the
Cell processor. My current patch removes the export on ppc
and adds a global (*_GPL) one. Should I rather have another
architecture specific export in ppc64?
Arnd <><
next prev parent reply other threads:[~2005-08-08 8:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-05 21:55 [PATCH] Export handle_mm_fault to modules Stelian Pop
2005-08-05 22:22 ` Dave Jones
2005-08-05 23:02 ` Linus Torvalds
2005-08-05 23:25 ` Olof Johansson
2005-08-05 23:43 ` Linus Torvalds
2005-08-06 21:07 ` Stelian Pop
2005-08-08 8:44 ` Arnd Bergmann [this message]
2005-08-08 18:42 ` Linus Torvalds
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=200508081044.10875.arnd@arndb.de \
--to=arnd@arndb.de \
--cc=linux-kernel@vger.kernel.org \
--cc=olof@lixom.net \
--cc=stelian@popies.net \
--cc=torvalds@osdl.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.