git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c99c108
)
agp: don't lock pages
author
Nick Piggin
<npiggin@suse.de>
Wed, 25 Jul 2007 11:19:22 +0000
(13:19 +0200)
committer
Dave 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