On Sat, Apr 23, 2011 at 10:57 PM, Roman Mamedov <r...@romanrm.ru> wrote: > On Sat, 23 Apr 2011 22:47:36 +0800 > wu zhangjin <wuzhang...@gmail.com> wrote: > >> Can you get .s file at first and check what the above line is? >> >> $ make arch/mips/power/hibernate.s > > Hello, > > I believe this is the line: > > daddiu $15, $13, (1 << 16) >
This may work, daddiu $15, $13, (1ULL << 16) >> > 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. > > I just commented out the line "PTR_ADDIU t3, t1, PAGE_SIZE" in hibernate.S, > and > the kernel compiled and works fine. Of course I haven't tried the hibernation > support (I don't need it at the moment). > > -- > 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.