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

Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming

Pull c6x updates from Mark Salter.

* tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming:
c6x: pass endianness info to sparse
c6x: fix platforms/plldata.c get_coreid build error
c6x: remove unused KTHREAD_SIZE definition

+2 -1
+1
arch/c6x/Makefile
··· 25 25 LINKFLAGS += -mbig-endian 26 26 KBUILD_LDFLAGS += -mbig-endian 27 27 LDFLAGS += -EB 28 + CHECKFLAGS += -D_BIG_ENDIAN 28 29 endif 29 30 30 31 head-y := arch/c6x/kernel/head.o
-1
arch/c6x/kernel/asm-offsets.c
··· 107 107 /* These would be unneccessary if we ran asm files 108 108 * through the preprocessor. 109 109 */ 110 - DEFINE(KTHREAD_SIZE, THREAD_SIZE); 111 110 DEFINE(KTHREAD_SHIFT, THREAD_SHIFT); 112 111 DEFINE(KTHREAD_START_SP, THREAD_START_SP); 113 112 DEFINE(ENOSYS_, ENOSYS);
+1
arch/c6x/platforms/plldata.c
··· 19 19 20 20 #include <asm/clock.h> 21 21 #include <asm/setup.h> 22 + #include <asm/special_insns.h> 22 23 #include <asm/irq.h> 23 24 24 25 /*