On Sat, Apr 23, 2011 at 7:46 PM, Roman Mamedov <r...@romanrm.ru> wrote: > Hello, > > When CONFIG_PAGE_SIZE_64KB=y is selected, the 2.6.38.3 kernel does not > compile. > The error is: > > AS arch/mips/power/hibernate.o > arch/mips/power/hibernate.S: Assembler messages: > arch/mips/power/hibernate.S:38: Error: expression out of range > make[2]: *** [arch/mips/power/hibernate.o] Error 1 > make[1]: *** [arch/mips/power] Error 2 > > The corresponding source code fragment in "arch/mips/power/hibernate.S" is: > > LEAF(swsusp_arch_resume) > PTR_L t0, restore_pblist > 0: > PTR_L t1, PBE_ADDRESS(t0) /* source */ > PTR_L t2, PBE_ORIG_ADDRESS(t0) /* destination */ > PTR_ADDIU t3, t1, PAGE_SIZE > ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this line is the problem.
Can you get .s file at first and check what the above line is? $ make arch/mips/power/hibernate.s > > I suppose that has been added recently, as I remember successfully compiling > and using kernels with CONFIG_PAGE_SIZE_64KB=y earlier. > What would be the proper way of adjusting this fragment so it works with > CONFIG_PAGE_SIZE_64KB? If just want skip the above error, please try to disable hibernation support. Regards, Wu Zhangjin > > -- > With respect, > Roman > -- You received this message because you are subscribed to the Google Groups "loongson-dev" group. To post to this group, send email to loongson-dev@googlegroups.com. To unsubscribe from this group, send email to loongson-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/loongson-dev?hl=en.