diff options
author | 2020-06-30 12:07:51 +0200 | |
---|---|---|
committer | 2020-06-30 12:07:51 +0200 | |
commit | 98817a84ff1c755c347ac633ff017a623a631fad (patch) | |
tree | 93bd22485a697d1dbba97b2829b82e03c08ae57f /include/linux/sched/debug.h | |
parent | Linux 5.7-rc4 (diff) | |
parent | irqchip/gic: Atomically update affinity (diff) | |
download | linux-dev-98817a84ff1c755c347ac633ff017a623a631fad.tar.xz linux-dev-98817a84ff1c755c347ac633ff017a623a631fad.zip |
Merge tag 'irqchip-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent
Pull irqchip fixes from Marc Zyngier:
- Fix atomicity of affinity update in the GIC driver
- Don't sleep in atomic when waiting for a GICv4.1 RD to respond
- Fix a couple of typos in user-visible messages
Diffstat (limited to 'include/linux/sched/debug.h')
-rw-r--r-- | include/linux/sched/debug.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/sched/debug.h b/include/linux/sched/debug.h index 95fb9e025247..00c45a0e6abe 100644 --- a/include/linux/sched/debug.h +++ b/include/linux/sched/debug.h @@ -30,7 +30,8 @@ extern void show_regs(struct pt_regs *); * task), SP is the stack pointer of the first frame that should be shown in the back * trace (or NULL if the entire call-chain of the task should be shown). */ -extern void show_stack(struct task_struct *task, unsigned long *sp); +extern void show_stack(struct task_struct *task, unsigned long *sp, + const char *loglvl); extern void sched_show_task(struct task_struct *p); |