From: Suresh Siddha Date: Wed, 24 Sep 2008 15:53:33 +0000 (-0700) Subject: x86: track memtype for RAM in page struct X-Git-Tag: v2.6.28-rc1~713^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9542ada803198e6eba29d3289abb39ea82047b92;p=pandora-kernel.git x86: track memtype for RAM in page struct Track the memtype for RAM pages in page struct instead of using the memtype list. This avoids the explosion in the number of entries in memtype list (of the order of 20,000 with AGP) and makes the PAT tracking simpler. We are using PG_arch_1 bit in page->flags. We still use the memtype list for non RAM pages. Signed-off-by: Suresh Siddha Signed-off-by: Venkatesh Pallipadi Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed