linux/arch/arm64/include
Catalin Marinas e950631e84 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: Catalin Marinas <catalin.marinas@arm.com>
2016-02-18 17:27:05 +00:00
..
asm arm64: Remove the get_thread_info() function 2016-02-18 17:27:05 +00:00
uapi/asm arm64: kernel: Add support for User Access Override 2016-02-18 17:27:04 +00:00