Re: 2.5.70-mm1 Strangeness

Manfred Spraul (manfred@colorfullife.com)
Fri, 30 May 2003 07:02:10 +0200


Andrew Morton wrote:

>Something seems to have gone and bumped the object size from 240 bytes up
>to 4096. This is actually what I want CONFIG_DEBUG_PAGEALLOC to do, but I
>don't think it does it yet.
>
>
Yes, it does it:
> #ifdef CONFIG_DEBUG_PAGEALLOC
> if (size < PAGE_SIZE-3*BYTES_PER_WORD && size > 128)
> size = PAGE_SIZE-3*BYTES_PER_WORD;
> #endif

--
    Manfred

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