Skip to content
Commit 1bb50cad authored by Chris Metcalf's avatar Chris Metcalf
Browse files

arch/tile: move user_exit() to early kernel entry sequence

This ensures that we always notify context tracking that we
have exited from user space no matter how we enter the kernel.
It is similar to how arm64 handles context tracking, for example.

This allows the removal of all the exception_enter() calls that
were added in commit 49e4e156

 ("tile: support CONTEXT_TRACKING and
thus NOHZ_FULL").

Signed-off-by: default avatarChris Metcalf <cmetcalf@ezchip.com>
parent 9ce815ed
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