Daniel Jacobowitz wrote: > On Thu, Feb 15, 2007 at 02:04:18PM +0100, Franck Bui-Huu wrote: >> From: Franck Bui-Huu <fbuihuu@xxxxxxxxx> >> >> This patch removes '-mno-explicit-relocs' usage when >> CONFIG_BUILD_ELF64 is set since this option was only required >> with the old hack to truncate addresses at the assembly level >> where "-mabi=64 -Wa,-mabi=32" was used. >> >> This should yield a small code size improvement for inline >> assembly, where the R constraint is used. >> >> The idea is coming from Maciej <macro@xxxxxxxxxxxxxx>. > > It looks like nothing ever came of these patches? yes it seems a common rule which is applied to the patches I send to this mailing list ;) > I tried to boot my > Sentosa again today, and needed a slightly updated version of them. > What do you mean by "slightly updated version" ? Did you rebase them on top the current linux-mips tree, or something ? If not, what's your kernel version ? > I'm not positive I did the update correctly, though, since the board > panics in swapper after jumping to a bogus pointer. > Sorry I don't understand this. Do you mean: a) My kernel crashed, so I gave your patchset a try but it's still crahshing b) My kernel crashed, so I gave your patchset a try and it makes my kernel running fine. I assume you're saying a). Can you give a try to 2.6.23-rc2 because it includes commit b1c65b3988c6e29ac371ab1cbbf6c4f8fb7092f8 which might fix your issue. That would be a side effect but it gives us a hint on your problem. Also your .config, dmesg files are welcome. Franck