Commit 0acdf63d authored by Vineet Gupta's avatar Vineet Gupta

ARC: fpu: fix randconfig build error reported by 0-day test service

Reported-by: default avatarkbuild test robot <lkp@intel.com>
Link: http://lists.infradead.org/pipermail/linux-snps-arc/2020-February/006845.htmlSigned-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent a5760db2
......@@ -43,6 +43,8 @@ extern void fpu_init_task(struct pt_regs *regs);
#endif /* !CONFIG_ISA_ARCOMPACT */
struct task_struct;
extern void fpu_save_restore(struct task_struct *p, struct task_struct *n);
#else /* !CONFIG_ARC_FPU_SAVE_RESTORE */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment