Commit e2390741 authored by Al Viro's avatar Al Viro
Browse files

x86: ia32_setup_frame(): consolidate uaccess areas



Currently we have user_access block, followed by __put_user(),
deciding what the restorer will be and finally a put_user_try
block.

Moving the calculation of restorer first allows the rest
(actual copyout work) to coalesce into a single user_access block.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 44a1d996
Supports Markdown
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