On Tue, Jul 09, 2002 at 10:05:29PM +0200, R!SC wrote: >> i have implemented one module,it's use pte_page macro. >> i have included asm/pgtable.h bau when i link the module >> it says me : >> unresolved simbol pte_page >If you know pte_page is a macro, that means it will not be a symbol to >be resolved at load time. It is something that will be handled by the >cpp pre-processor _assuming_ you #included the correct header file. Find >the header that defines pte_page, and #include that in your source. i have done it, ihave included asm/pgtable-2level.h but it give me error at compilation time, however this error don't exist. what i have to do? Thanks R!SC -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/