Skip to content
Commit 87e90c73 authored by Pekka Paalanen's avatar Pekka Paalanen
Browse files

nouveau: compat fix for set_page_locked().



The set_page_locked() function has changed its name again.
2.6.28 offers __set_page_locked() instead, which uses non-atomic
__set_bit() to do the work. In this case, offer our own
set_page_locked() using the atomic set_bit(), because I do not know
if atomic access is really necessary. Atomic behaviour is the one
previously expected.

Signed-off-by: default avatarPekka Paalanen <pq@iki.fi>
parent 00847dab
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment