commit | a51b34593f691a0837d752a1394dcee19483c607 | [log] [tgz] |
---|---|---|
author | Nick Piggin <npiggin@suse.de> | Wed Jul 25 13:19:22 2007 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Fri Jul 27 10:46:26 2007 +1000 |
tree | 1e87c0139aa6c5a96e73f3664e5c3856f2369c48 | |
parent | c99c108ac362f5cc37f79fad7e9897bd9d033bcc [diff] |
agp: don't lock pages 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>