Skip to content

Commit d8778f1

Browse files
committed
Merge tag 'xtensa-20190803' of git://github.com/jcmvbkbc/linux-xtensa
Pull Xtensa fix from Max Filippov: "Fix build for xtensa cores with coprocessors that was broken by entry/return abstraction patch" * tag 'xtensa-20190803' of git://github.com/jcmvbkbc/linux-xtensa: xtensa: fix build for cores with coprocessors
2 parents cf6c8ae + e3cacb7 commit d8778f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/xtensa/kernel/coprocessor.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
#include <linux/linkage.h>
1616
#include <asm/asm-offsets.h>
17+
#include <asm/asmmacro.h>
1718
#include <asm/processor.h>
1819
#include <asm/coprocessor.h>
1920
#include <asm/thread_info.h>

0 commit comments

Comments
 (0)