We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf9d27 commit 4ec4b8bCopy full SHA for 4ec4b8b
arch/xtensa/include/asm/processor.h
@@ -220,6 +220,7 @@ struct mm_struct;
220
extern unsigned long __get_wchan(struct task_struct *p);
221
222
void init_arch(bp_tag_t *bp_start);
223
+void do_notify_resume(struct pt_regs *regs);
224
225
#define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc)
226
#define KSTK_ESP(tsk) (task_pt_regs(tsk)->areg[1])
arch/xtensa/kernel/signal.c
@@ -26,6 +26,8 @@
26
#include <linux/uaccess.h>
27
#include <asm/cacheflush.h>
28
#include <asm/coprocessor.h>
29
+#include <asm/processor.h>
30
+#include <asm/syscall.h>
31
#include <asm/unistd.h>
32
33
extern struct task_struct *coproc_owners[];
0 commit comments