sh: Move page table allocation out of line
authorMatt Fleming <matt@console-pimps.org>
Thu, 31 Dec 2009 12:19:24 +0000 (12:19 +0000)
committerMatt Fleming <matt@console-pimps.org>
Sat, 2 Jan 2010 01:02:25 +0000 (01:02 +0000)
We also switched away from quicklists and instead moved to slab
caches. After benchmarking both implementations the difference is
negligible. The slab caches suit us better though because the size of a
pgd table is just 4 entries when we're using a 3-level page table layout
and quicklists always deal with pages.

Signed-off-by: Matt Fleming <matt@console-pimps.org>

No differences found