diff options
author | Mark Rutland <[email protected]> | 2017-07-21 14:25:33 +0100 |
---|---|---|
committer | Mark Rutland <[email protected]> | 2017-08-15 18:36:04 +0100 |
commit | e3067861ba6650a566a6273738c23c956ad55c02 (patch) | |
tree | 95c523e8bbb75e883b02e659481fa9557f2e56e6 /arch/arm64/include/asm/stacktrace.h | |
parent | f60fe78f133243e6de0f05fdefc3ed2f3c5085ca (diff) |
arm64: add basic VMAP_STACK support
This patch enables arm64 to be built with vmap'd task and IRQ stacks.
As vmap'd stacks are mapped at page granularity, stacks must be a multiple of
PAGE_SIZE. This means that a 64K page kernel must use stacks of at least 64K in
size.
To minimize the increase in Image size, IRQ stacks are dynamically allocated at
boot time, rather than embedding the boot CPU's IRQ stack in the kernel image.
This patch was co-authored by Ard Biesheuvel and Mark Rutland.
Signed-off-by: Ard Biesheuvel <[email protected]>
Signed-off-by: Mark Rutland <[email protected]>
Reviewed-by: Will Deacon <[email protected]>
Tested-by: Laura Abbott <[email protected]>
Cc: Catalin Marinas <[email protected]>
Cc: James Morse <[email protected]>
Diffstat (limited to 'arch/arm64/include/asm/stacktrace.h')
0 files changed, 0 insertions, 0 deletions