/proc/ksyms. But if function in kernel source is not
defined with asmlinkage then it is exported to kernel
and seen in /proc/ksyms.
Is that correct??
I dont think so. Only symbols explicitly exported via EXPORT_SYMBOL macro are exported. asmlinkage keyword has nothing to do with symbol exporting.
Regards, Inguva - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

