[PATCH 7/8] ppc64: SPU file system
Arnd Bergmann
arnd at arndb.de
Tue May 17 08:22:56 EST 2005
On Dinsdag 17 Mai 2005 00:27, Greg KH wrote:
> Huh? We can handle syscalls in modules these days pretty simply. Look
> at how nfs and others do it.
Well afaics, nfs works around this issue by having fs/nfsctl.o always
as a builtin and abstract the calls through a file system using
read/write. That would be Ben's idea again, i.e. not actually
using a system call.
The only widely used module that I'm aware of ever implementing a system
call was the TUX web accelerator that that used a hack in entry.S
and its own dynamic registration.
Arnd <><
More information about the Linuxppc64-dev
mailing list