[OpenAFS-devel] sys_call_table on mips

Derrick J Brashear shadow@dementia.org
Sun, 14 Sep 2003 23:12:59 -0400 (EDT)


On Sun, 14 Sep 2003, Ryan Underwood wrote:

>
> Hi,
>
> On Linux-MIPS, sys_call_table is explicitly not exported:
> /usr/src/linux/kernel/ksyms.c
> #ifndef __mips__
> EXPORT_SYMBOL(sys_call_table);
> #endif
>
> In a case like this, what is the best way to set up the necessary AFS
> kernel hooks?  I've been working on a port, but got stuck on this
> stumbling block for a day or so.

If you have a modversioned kernel, configure should deal for you. Does it
not?