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.

Thanks,

-- 
Ryan Underwood, <nemesis at icequake.net>, icq=10317253
_______________________________________________
OpenAFS-devel mailing list
[EMAIL PROTECTED]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to