Re: symbols available to modules ??

Kai Schulte (kai@eclipse.asta.uni-essen.de)
Thu, 29 Apr 1999 12:04:10 +0200 (CEST)


> /proc/ksyms only contains symbols defined by loaded modules e.g. it
> does not have "printk" as a symbol.
>
> searching for "EXPORT_SYMBOL" does not seem to work either because
> it did not give me "printk" either.
>
> Am I doing something wrong ?

Yes, you're using the wrong kernel ;)

In 2.0 they were exported with X(...). But /proc/ksyms should list
printk all the same - it is exported in kernel/ksyms.c

Kai

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/