x86: add CPU field to struct thread_info
authorArd Biesheuvel <ardb@kernel.org>
Tue, 14 Sep 2021 12:10:30 +0000 (14:10 +0200)
committerArd Biesheuvel <ardb@kernel.org>
Thu, 30 Sep 2021 12:40:30 +0000 (14:40 +0200)
commit5443f98fb9e06e765e24f9d894bf028accad8f71
tree60bbb9a980ee302bd748b9460ac192b150bc1b6c
parent001430c1910df65ab805116c563aebd8a40ff23a
x86: 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 x86's definition of
struct thread_info.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Borislav Petkov <bp@suse.de>
Acked-by: Mark Rutland <mark.rutland@arm.com>
arch/x86/include/asm/thread_info.h