commit | 7c3edd6d9cb4d8ea8db5b167dc2eee94d7e4667b | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <peterz@infradead.org> | Fri Jun 11 10:28:16 2021 +0200 |
committer | Peter Zijlstra <peterz@infradead.org> | Fri Jun 18 11:43:09 2021 +0200 |
tree | ad5b4a7a5c4cd416853ebb280dc739ed34ab7308 | |
parent | 600642ae9050a872055119ba09d0decc43f6c843 [diff] |
sched,arch: Remove unused TASK_STATE offsets All 6 architectures define TASK_STATE in asm-offsets, but then never actually use it. Remove the definitions to make sure they never will. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lore.kernel.org/r/20210611082838.472811363@infradead.org