From: Dave Hansen Date: Thu, 23 Jun 2005 07:07:40 +0000 (-0700) Subject: [PATCH] sparsemem base: reorganize page->flags bit operations X-Git-Tag: v2.6.13-rc1~68^2~528 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=348f8b6c4837a07304d2f72b11ce8d96588065e0;p=pandora-kernel.git [PATCH] sparsemem base: reorganize page->flags bit operations Generify the value fields in the page_flags. The aim is to allow the location and size of these fields to be varied. Additionally we want to move away from fixed allocations per field whilst still enforcing the overall bit utilisation limits. We rely on the compiler to spot and optimise the accessor functions. Signed-off-by: Andy Whitcroft Signed-off-by: Dave Hansen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed