Hi, It seems module_frob_arch_sections()/count_relocs() spent so much time when loading large lkm. Can just "return 0" in ppc version of module_frob_arch_sections()? or just "return num" in count_relocs()? thanks