From: Andrew Morton <akpm@osdl.org>
To: Arnd Bergmann <arnd@arndb.de>
Cc: paulus@samba.org, linuxppc64-dev@ozlabs.org,
linux-kernel@vger.kernel.org, mnutter@us.ibm.com,
arndb@de.ibm.com
Subject: Re: [PATCH 1/5] spufs: The SPU file system, base
Date: Tue, 15 Nov 2005 17:41:45 -0800 [thread overview]
Message-ID: <20051115174145.70f37501.akpm@osdl.org> (raw)
In-Reply-To: <20051115210408.327453000@localhost>
Arnd Bergmann <arnd@arndb.de> wrote:
>
> This is the current version of the spu file system, used
> for driving SPEs on the Cell Broadband Engine.
+EXPORT_SYMBOL_GPL(hash_page);
+EXPORT_SYMBOL(spu_alloc);
+EXPORT_SYMBOL(spu_free);
+EXPORT_SYMBOL(spu_run);
+EXPORT_SYMBOL(spu_ibox_read);
+EXPORT_SYMBOL(spu_wbox_write);
+EXPORT_SYMBOL_GPL(register_spu_syscalls);
+EXPORT_SYMBOL_GPL(unregister_spu_syscalls);
-EXPORT_SYMBOL_GPL(__handle_mm_fault); /* For MOL */
+EXPORT_SYMBOL_GPL(__handle_mm_fault);
A strange mixture of GPL and non-GPL. What's the thinking here?
next prev parent reply other threads:[~2005-11-16 1:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-15 20:53 [PATCH 0/5] SPU file system for 2.6.15-rc-mm Arnd Bergmann
2005-11-15 20:53 ` [PATCH 2/5] spufs: switchable spu contexts Arnd Bergmann
2005-11-15 20:53 ` [PATCH 3/5] kernel-side context switch code for spufs Arnd Bergmann
2005-11-15 20:53 ` [PATCH 4/5] spufs: add spu-side context switch code Arnd Bergmann
2005-11-15 20:53 ` [PATCH 5/5] spufs: cooperative scheduler support Arnd Bergmann
[not found] ` <20051115210408.327453000@localhost>
2005-11-16 1:41 ` Andrew Morton [this message]
2005-11-16 14:26 ` [PATCH] spufs: Make all exports GPL-only Arnd Bergmann
2005-11-16 5:15 ` [PATCH 1/5] spufs: The SPU file system, base Paul Mackerras
2005-11-16 5:26 ` Andrew Morton
2005-11-16 14:38 ` Arnd Bergmann
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=20051115174145.70f37501.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=arnd@arndb.de \
--cc=arndb@de.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc64-dev@ozlabs.org \
--cc=mnutter@us.ibm.com \
--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