On Sat, Jul 21, 2001 at 11:13:16AM -0700, H . J . Lu wrote: > On Sat, Jul 21, 2001 at 12:12:29PM -0600, Greg Satz wrote: > > The problem I ran into was making NFS as a kernel module. The resulting > > sunrpc.o module crashed when insmod was run over it. Ralf's fix that all > > compiles and links use -G 0 worked for me. > > In that case, it is no linker bug. I believe -G 0 is required for > mips kernel modules. Actually for all code; we don't support GP optimization in any of our code models. Ralf