Files
linux/arch/arm64/kernel
Ard Biesheuvel 001430c191 arm64: add CPU field to struct thread_info
The CPU field will be moved back into thread_info even when
THREAD_INFO_IN_TASK is enabled, so add it back to arm64's definition of
struct thread_info.

Note that arm64 always has CONFIG_SMP=y so there is no point in guarding
the CPU field with an #ifdef.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
2021-09-30 14:39:43 +02:00
..
2021-08-04 16:54:36 +00:00
2020-09-07 15:00:52 +01:00
2021-03-24 20:19:30 +00:00
2021-07-15 17:37:55 +01:00
2021-02-04 13:59:49 +00:00
2019-04-23 18:01:57 +01:00
2021-04-16 16:10:36 -07:00