Hi!
While testing a module on arm platforms, I got an error which disturbed me.For arm platforms this macro is also defined here: http://lxr.free-electrons.com/source/arch/arm/include/asm/pgtable.h#L182
but I get this error while compiling the module on arm board:
WARNING: "init_mm" [module] undefined!
init_mm is first defined in http://lxr.free-electrons.com/source/mm/init-mm.c#L16
(I'm including this header)
Anyone knows how could I use pgd_offset_k in my module running on arm?
Thank you very much
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@xxxxxxxxxxxxxxxxx https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies