Skip to content
Commit 06090e8e authored by David S. Miller's avatar David S. Miller
Browse files

sparc64: Implement __get_user_pages_fast().



It is not sufficient to only implement get_user_pages_fast(), you
must also implement the atomic version __get_user_pages_fast()
otherwise you end up using the weak symbol fallback implementation
which simply returns zero.

This is dangerous, because it causes the futex code to loop forever
if transparent hugepages are supported (see get_futex_key()).

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ef3e035c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment