commit | 6be35c91314a0954cdd964194dd535edf74b34f5 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ardb@kernel.org> | Tue Sep 07 17:49:59 2021 +0200 |
committer | Ard Biesheuvel <ardb@kernel.org> | Tue Sep 07 17:49:59 2021 +0200 |
tree | 6f15dce763113ccaf4e1891735b9a645eb6d6d79 | |
parent | 3787799e8f6f0b3ca96c544a758f7c13f6e9442b [diff] |
ARM: enable THREAD_INFO_IN_TASK Now that we no longer rely on thread_info living at the base of the task stack for being able to access the CPU number and the 'current' pointer, we can wire up the generic support for moving thread_info into the task struct itself. Signed-off-by: Ard Biesheuvel <ardb@kernel.org>