From: Dave Airlie Date: Fri, 12 Jun 2009 04:11:41 +0000 (+1000) Subject: agp: switch AGP to use page array instead of unsigned long array X-Git-Tag: v2.6.31-rc1~101^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07613ba2f464f59949266f4337b75b91eb610795;p=pandora-kernel.git agp: switch AGP to use page array instead of unsigned long array This switches AGP to use an array of pages for tracking the pages allocated to the GART. This should enable GEM on PAE to work a lot better as we can pass highmem pages to the PAT code and it will do the right thing with them. Signed-off-by: Dave Airlie --- Reading git-diff-tree failed