Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1
+1
arch/xtensa/kernel/coprocessor.S
··· 14 14 15 15 #include <linux/linkage.h> 16 16 #include <asm/asm-offsets.h> 17 + #include <asm/asmmacro.h> 17 18 #include <asm/processor.h> 18 19 #include <asm/coprocessor.h> 19 20 #include <asm/thread_info.h>