[OpenAFS-devel] Re: openafs linux-kernelmodule not buildable on
sparc
Jeffrey Hutzelman
jhutz@cmu.edu
Mon, 26 Feb 2007 15:13:27 -0500
On Sunday, February 25, 2007 07:50:30 PM +0100 "Daniel J. Priem"
<daniel@flexserv.de> wrote:
> Found system call table at 0x488ac8 (compiled-in)
This means it is using a value provided at compile time, by defining the
preprocessor macro AFS_LINUX_sys_call_table, which is normally not defined.
So either you went out of your way to cause this to be defined and used the
wrong value, or you failed to apply the patch correctly. Given the value
listed and the addresses in your stack trace, I'm betting on the former.
Fix whatever you did that caused AFS_LINUX_sys_call_table to be defined,
and try again.
-- Jeff