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 'csky-for-linus-6.6-2' of https://github.com/c-sky/csky-linux

Pull arch/csky fix from Guo Ren:

- Fix compile error by missing header file

* tag 'csky-for-linus-6.6-2' of https://github.com/c-sky/csky-linux:
csky: Fixup compile error

+2
+2
arch/csky/include/asm/traps.h
··· 3 3 #ifndef __ASM_CSKY_TRAPS_H 4 4 #define __ASM_CSKY_TRAPS_H 5 5 6 + #include <linux/linkage.h> 7 + 6 8 #define VEC_RESET 0 7 9 #define VEC_ALIGN 1 8 10 #define VEC_ACCESS 2