]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
arm64: thread_info remove stale items
authorMark Rutland <mark.rutland@arm.com>
Thu, 3 Nov 2016 20:23:03 +0000 (20:23 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 11 Nov 2016 18:25:42 +0000 (18:25 +0000)
commitdcbe02855f048fdf1e13ebc697e83c8d297f9f5a
tree0544155cf423b74b79261d794dea00003ef397b0
parentdc3d2a679cd8631b8a570fc8ca5f4712d7d25698
arm64: thread_info remove stale items

We have a comment claiming __switch_to() cares about where cpu_context
is located relative to cpu_domain in thread_info. However arm64 has
never had a thread_info::cpu_domain field, and neither __switch_to nor
cpu_switch_to care where the cpu_context field is relative to others.

Additionally, the init_thread_info alias is never used anywhere in the
kernel, and will shortly become problematic when thread_info is moved
into task_struct.

This patch removes both.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Tested-by: Laura Abbott <labbott@redhat.com>
Cc: James Morse <james.morse@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/thread_info.h