Skip to content
Commit 8b35ca3e authored by Ben Hutchings's avatar Ben Hutchings Committed by Linus Torvalds
Browse files

arm/mm: Convert to using lock_mm_and_find_vma()



arm has an additional check for address < FIRST_USER_ADDRESS before
expanding the stack.  Since FIRST_USER_ADDRESS is defined everywhere
(generally as 0), move that check to the generic expand_downwards().

Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 7267ef7b
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