Re: [RFC][PATCH 0/2] Quicklist is slighly problematic.
From: Christoph Lameter <hidden>
Date: 2008-08-21 13:10:34
Also in:
lkml
From: Christoph Lameter <hidden>
Date: 2008-08-21 13:10:34
Also in:
lkml
David Miller wrote:
Using SLAB/SLUB for the page table bits with appropriate constructor and destructor bits ought to be able to approximate the gains from avoiding the initialization for cached objects.
Its a bit strange to use the small object allocator for page sized allocations. Plus there is this tie in with the tlb flushing logic. So I think this would be more clean if it would be moved into the asm-generic/tlb.h or so. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>