Ralf Baechle wrote:
On Wed, Feb 09, 2005 at 09:06:42AM +0100, Rojhalat Ibrahim wrote:
Ok, thanks. If I can try anything that might help track down
the problem, please let me know.
Try this patch which is meant to be used in combination with the previous
patch. It moves a test which determines if we actually need to perform a
cacheflush to the right place. That's a bug which is harmless on UP but
a severe bug on SMP.
I did a CVS update, which apparently includes this
patch, and I get this:
LD .tmp_vmlinux1
arch/mips/mm/built-in.o(.init.text+0x98): In function `fixrange_init':
: undefined reference to `__pud_offset'
make: *** [.tmp_vmlinux1] Error 1
What's __pud_offset?
Thanks
Rojhalat Ibrahim