diff options
author | Mark Rutland <[email protected]> | 2024-10-17 10:25:29 +0100 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2024-10-17 18:06:24 +0100 |
commit | c87df9cb9a216bc87951087a2592633cdc2737d4 (patch) | |
tree | 92968e2b156df5f7fd26f04a5bf0e2415e38ba25 /tools/perf/scripts/python/parallel-perf.py | |
parent | 9852d85ec9d492ebef56dc5f229416c925758edc (diff) |
arm64: pt_regs: assert pt_regs is a multiple of 16 bytes
To ensure that the stack is correctly aligned when branching to C code,
we require that struct pt_regs is a multiple of 16 bytes, as noted in a
comment.
Add an explicit assertion for this, so that any accidental violation of
this requirement will be caught by the compiler.
Signed-off-by: Mark Rutland <[email protected]>
Reviewed-by: Mark Brown <[email protected]>
Reviewed-by: Miroslav Benes <[email protected]>
Reviewed-by: Puranjay Mohan <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Josh Poimboeuf <[email protected]>
Cc: Kalesh Singh <[email protected]>
Cc: Madhavan T. Venkataraman <[email protected]>
Cc: Marc Zyngier <[email protected]>
Cc: Will Deacon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions