diff options
author | Yury Norov <[email protected]> | 2017-08-31 11:30:50 +0300 |
---|---|---|
committer | Will Deacon <[email protected]> | 2017-10-02 10:13:04 +0100 |
commit | eef94a3d09aab437c8c254de942d8b1aa76455e2 (patch) | |
tree | ff3264e41adc8cc455599614795dba136ac891c8 /tools/perf/scripts/python/sched-migration.py | |
parent | 9e66317d3c92ddaab330c125dfe9d06eee268aff (diff) |
arm64: move TASK_* definitions to <asm/processor.h>
ILP32 series [1] introduces the dependency on <asm/is_compat.h> for
TASK_SIZE macro. Which in turn requires <asm/thread_info.h>, and
<asm/thread_info.h> include <asm/memory.h>, giving a circular dependency,
because TASK_SIZE is currently located in <asm/memory.h>.
In other architectures, TASK_SIZE is defined in <asm/processor.h>, and
moving TASK_SIZE there fixes the problem.
Discussion: https://patchwork.kernel.org/patch/9929107/
[1] https://github.com/norov/linux/tree/ilp32-next
CC: Will Deacon <[email protected]>
CC: Laura Abbott <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Catalin Marinas <[email protected]>
Cc: James Morse <[email protected]>
Suggested-by: Mark Rutland <[email protected]>
Signed-off-by: Yury Norov <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions