On Mon, Feb 21, 2005 at 10:29:39PM -0800, linux lover hit keys to express the following: > Hello, > While browsing linux source code what i found > that if function is defined as > asmlinkage long sys_open(const char * filename, int asmlinkage instructs the compiler to look for arguments on the stack and not on processor registers. No function is exported by default from 2.6.x kernels unless explicitly exported using EXPORT_SYMBOL/EXPORT_SYMBOL_NOVERS Regards, Om. -- I just forgot my whole philosophy of life!!! -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/