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. -- http://immunix.org/
Attachment:
pgp00118.pgp
Description: PGP signature