commit | e950631e84e7e38892ffbeee5e1816b270026b0e | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Thu Feb 18 15:50:04 2016 +0000 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Thu Feb 18 17:27:05 2016 +0000 |
tree | a2234702351229d51ddedfb6944f2e91c85dfde3 | |
parent | 705441960033e66b63524521f153fbb28c99ddbd [diff] |
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>