agp: don't lock pages
authorNick Piggin <npiggin@suse.de>
Wed, 25 Jul 2007 11:19:22 +0000 (13:19 +0200)
committerDave Airlie <airlied@redhat.com>
Fri, 27 Jul 2007 00:46:26 +0000 (10:46 +1000)
AGP should not need to lock pages. They are not protecting any race
because there is no lock_page calls, only SetPageLocked.

This is causing hangs with d00806b183152af6d24f46f0c33f14162ca1262a.

Signed-off-by: Nick Piggin <npiggin@suse.de>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found