Files
linux/arch
Catalin Marinas 9193df45aa 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>
(cherry picked from commit e950631e84)
Signed-off-by: Alex Shi <alex.shi@linaro.org>
2016-05-11 22:19:24 +08:00
..
2016-04-12 09:08:54 -07:00
2015-11-22 11:35:26 +01:00
2015-11-26 22:25:58 +08:00