lkml.org 
[lkml]   [2000]   [Oct]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 2.4.0test10-pre4: Kernel BUG at vmscan.c:102!
On Wed, 25 Oct 2000, Markus hennig wrote:

> hi,
>
> kernel 2.4.0test10-pre4
> pentium mmx with 64MB ram
> if anybody interested in more details i will send .config
>
> last log before freeze:
>
> Kernel BUG at vmscan.c:102!
> invalid operand: 0000
> CPU: 0
>

Hi Markus,

How about trying this patch? (I try to invent a new way of answering the
same FAQ question ;)

Tigran

--- linux/mm/vmscan.c Fri Oct 13 04:34:57 2000
+++ work/mm/vmscan.c Fri Oct 13 08:34:19 2000
@@ -98,10 +98,6 @@
if (PageSwapCache(page)) {
entry.val = page->index;
swap_duplicate(entry);
- if (pte_dirty(pte))
- BUG();
- if (pte_write(pte))
- BUG();
set_pte(page_table, swp_entry_to_pte(entry));
drop_pte:
UnlockPage(page);


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:41    [W:0.092 / U:0.552 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site