diff options
author | James Morse <[email protected]> | 2015-12-04 11:02:27 +0000 |
---|---|---|
committer | Will Deacon <[email protected]> | 2015-12-08 11:42:51 +0000 |
commit | 8e23dacd12a48e58125b84c817da50850b73280a (patch) | |
tree | b920b408538982d88d9482fc2c28f1b361062648 /scripts/gdb/linux | |
parent | 132cd887b5c54758d04bf25c52fa48f45e843a30 (diff) |
arm64: Add do_softirq_own_stack() and enable irq_stacks
entry.S is modified to switch to the per_cpu irq_stack during el{0,1}_irq.
irq_count is used to detect recursive interrupts on the irq_stack, it is
updated late by do_softirq_own_stack(), when called on the irq_stack, before
__do_softirq() re-enables interrupts to process softirqs.
do_softirq_own_stack() is added by this patch, but does not yet switch
stack.
This patch adds the dummy stack frame and data needed by the previous
stack tracing patches.
Reviewed-by: Catalin Marinas <[email protected]>
Signed-off-by: James Morse <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'scripts/gdb/linux')
0 files changed, 0 insertions, 0 deletions