Skip to content
Commit e950631e authored by Catalin Marinas's avatar Catalin Marinas
Browse files

arm64: Remove the get_thread_info() function



This function was introduced by previous commits implementing UAO.
However, it can be replaced with task_thread_info() in
uao_thread_switch() or get_fs() in do_page_fault() (the latter being
called only on the current context, so no need for using the saved
pt_regs).

Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 70544196
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