Jim Houston wrote: > Hi Dave, Keith, > > Dave, My patch should not be needed with gcc 2.96. I have > seen the oops in the kdba_setjmp when I had broken Makefiles. > In particular if the CONFIG_FRAME_POINTER should be controlling > the -fomit-frame-pointer option. If you are using -fomit-frame-pointer > then CONFIG_FRAME_POINTER should not be defined. >
Thanks Jim -- you are right, the CONFIG_FRAME_POINTER is defined but ignored by the kernel build. I appreciate the info... Dave
