OSDN Git Service

arm64: use IRQ_STACK_SIZE instead of THREAD_SIZE for irq stack
authorManinder Singh <maninder1.s@samsung.com>
Fri, 31 Jul 2020 11:49:50 +0000 (17:19 +0530)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 31 Jul 2020 17:05:36 +0000 (18:05 +0100)
commit338c11e94e160f80d8352bf9b5da82dd1a910d2f
tree533b2ea95ad7b7d967c2817958408c561ff95d8c
parentc4885bbb3afee80f41d39a33e49881a18e500f47
arm64: use IRQ_STACK_SIZE instead of THREAD_SIZE for irq stack

IRQ_STACK_SIZE can be made different from THREAD_SIZE,
and as IRQ_STACK_SIZE is used while irq stack allocation,
same define should be used while printing information of irq stack.

Signed-off-by: Maninder Singh <maninder1.s@samsung.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Link: https://lore.kernel.org/r/1596196190-14141-1-git-send-email-maninder1.s@samsung.com
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/traps.c