Re: classzone-31

From: Andrea Arcangeli (andrea@suse.de)
Date: Mon Jun 05 2000 - 12:54:50 EST


On Mon, 5 Jun 2000 t.n.vanderleeuw@chello.nl wrote:

>Here's the BUG line:
>kernel BUG at /usr/src/linux/include/linux/mm.h:325!

It happened here:

#ifndef CONFIG_DISCONTIGMEM
extern inline struct page * alloc_pages(int gfp_mask, unsigned long order)
{
        /* temporary check. */
        if (contig_page_data.node_gfpmask_zone[gfp_mask].gfp_mask != (gfp_mask))
                BUG();
                ^^^^^
Such field is read only and it's initialized at boot time. Maybe I'm on
the wrong track but just in case could you try to recompile the kernel
from scratch after a `make distclean`?

Andrea

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



This archive was generated by hypermail 2b29 : Wed Jun 07 2000 - 21:00:22 EST