Hi, I have ported linux to a specific platform. In the arch/my_processor directory I have the architecture specific code. Now I want few symbols from that architecture specific file to appear in /proc/ksysms.(So that a module can use them) I did an EXPORT_SYMBOL(symbol_name) in that arch specific file. But still I do not see those architecture specific symbols in /proc/ksysms. Obviously they are there in system.map. Any clues ? -Nilanjan -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/