]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: Remove the get_thread_info() function
authorCatalin Marinas <catalin.marinas@arm.com>
Thu, 18 Feb 2016 15:50:04 +0000 (15:50 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 18 Feb 2016 17:27:05 +0000 (17:27 +0000)
commite266c83eccea10b586e25a6ecb21587d7b767e0b
treea2234702351229d51ddedfb6944f2e91c85dfde3
parent6cdbc9cbf5191d8db69e51242795853ad9cb4009
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>
arch/arm64/include/asm/thread_info.h
arch/arm64/kernel/process.c
arch/arm64/mm/fault.c