x86, pageattr: introduce APIs to change pageattr of a page array
authorShaohua Li <shaohua.li@intel.com>
Thu, 21 Aug 2008 02:46:06 +0000 (10:46 +0800)
committerIngo Molnar <mingo@elte.hu>
Thu, 21 Aug 2008 11:47:45 +0000 (13:47 +0200)
commitd75586ad01e6c5a30e7337fb87d61e03556a1ecb
tree71fa07acb4b408e51a72b2c0630c2a620196caf4
parentcacf890694a36124ceddce44ff4c7b02d372ce7c
x86, pageattr: introduce APIs to change pageattr of a page array

Add array interface APIs of pageattr. page based cache flush is quite
slow for a lot of pages. If pages are more than 1024 (4M), the patch
will use a wbinvd(). We have a simple test here (run a 3d game - open
arena), nearly all agp memory allocation are small (< 1M), so suppose
this will not impact runtime performance.

Signed-off-by: Dave Airlie <airlied@gmail.com>
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/pageattr.c
include/asm-x86/cacheflush.h