Re: [sx]quake still segfaults with 2.0.32 and MMX pentium

Andreas Piellusch (andreas.piellusch@hamburg.netsurf.de)
Wed, 26 Nov 1997 19:11:41 +0100


Christopher Blizzard wrote:
>
> I tried re-compling my kernel last night as a 386 and low and behold quake
> ran without problems. Odd. :)
>
> --Chris
>

Hi,

it's enough to change the call flush_tlb_page(vma, address)
to flush_tlb() (in mm/memory.c,do_wp_page, line 641).
Looks like an invalid tlb entry after the cow action in
do_wp_page (sorry, I dont know why :)

Andreas