On Thu, 24 Mar 2005 02:09:24 -0800 (PST), linux lover <linux_lover2004@xxxxxxxxx> wrote: > Hello all, > > Follwing is procedure i follow to add new system call > to 2.4.24 kernel and want to call from it another > exported function from kernel module. I don't understand this, syscalls are to be called by user processes, not other parts of the kernel. Why don't you use standard symbol exporting mechanisms instead? HTH Martin Jambor -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/