On Sun, 2005-08-14 at 14:58 +0200, Peter Zijlstra wrote: > > Ok, now on to putting Rahul code on top of this ;-) I got UML to boot with this patch. Now for some stress and behavioural testing. include/linux/cart.h | 12 ++ include/linux/mm_inline.h | 36 ++++++ include/linux/mmzone.h | 12 +- include/linux/page-flags.h | 5 include/linux/swap.h | 14 ++ init/main.c | 5 mm/Makefile | 3 mm/cart.c | 175 +++++++++++++++++++++++++++++++ mm/nonresident.c | 251 +++++++++++++++++++++++++++++++++++++++++++++ mm/swap.c | 4 mm/vmscan.c | 43 +++++++ 11 files changed, 553 insertions(+), 7 deletions(-) -- Peter Zijlstra