commit | 20aaffd6a6492a5f7975dd7be967cdf0e4d978c4 | [log] [tgz] |
---|---|---|
author | Nick Piggin <npiggin@suse.de> | Wed Mar 22 00:08:32 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Mar 22 07:54:01 2006 -0800 |
tree | b6202e19d2c42dfcc7bbb6c266034e695adac137 | |
parent | 84d1c054b1c408c6c92676069fa678d55d5f0033 [diff] |
[PATCH] x86_64: pageattr use single list Use page->lru.next to implement the singly linked list of pages rather than the struct deferred_page which needs to be allocated and freed for each page. Signed-off-by: Nick Piggin <npiggin@suse.de> Acked-by: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>