From: Rene Herman Date: Thu, 21 Aug 2008 17:15:46 +0000 (+0200) Subject: agp: enable optimized agp_alloc_pages methods X-Git-Tag: v2.6.28-rc1~713^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f310b63781f6777bf4e812570560ec0f8ea42d8;p=pandora-kernel.git agp: enable optimized agp_alloc_pages methods The pageattr-array patch that you currently have in tip/master only enables it for intel-agp, not the others. The attached enables it for all drivers currently directly using agp_generic_alloc_page() and agp_generic_destroy_page() (ocal driver is amd-k7-agp). The new agp_generic_alloc_pages() interface uses the also new pageattr array interface API. This makes all AGP drivers that up to now used generic_{alloc,destroy}_page() use it. Signed-off-by: Rene Herman Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed