Re: [patch] bootmem bitmap always considered dma memory

Ingo Molnar (mingo@chiara.csoma.elte.hu)
Thu, 9 Dec 1999 12:33:01 +0100 (CET)


On Thu, 9 Dec 1999, Andrea Arcangeli wrote:

> + if (((unsigned long) bdata->node_bootmem_map >> PAGE_SHIFT)
> + + i >= MAX_DMA_ADDRESS >> PAGE_SHIFT)
> + clear_bit(PG_DMA, &page->flags);
> __free_page(page);

thanks, subtle bug ...

-- mingo

-
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/