mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-07 13:01:53 -05:00
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
This commit is contained in:
@@ -25,6 +25,7 @@ KBUILD_AFLAGS += -mbig-endian
|
||||
LINKFLAGS += -mbig-endian
|
||||
KBUILD_LDFLAGS += -mbig-endian
|
||||
LDFLAGS += -EB
|
||||
CHECKFLAGS += -D_BIG_ENDIAN
|
||||
endif
|
||||
|
||||
head-y := arch/c6x/kernel/head.o
|
||||
|
||||
@@ -107,7 +107,6 @@ void foo(void)
|
||||
/* These would be unneccessary if we ran asm files
|
||||
* through the preprocessor.
|
||||
*/
|
||||
DEFINE(KTHREAD_SIZE, THREAD_SIZE);
|
||||
DEFINE(KTHREAD_SHIFT, THREAD_SHIFT);
|
||||
DEFINE(KTHREAD_START_SP, THREAD_START_SP);
|
||||
DEFINE(ENOSYS_, ENOSYS);
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
|
||||
#include <asm/clock.h>
|
||||
#include <asm/setup.h>
|
||||
#include <asm/special_insns.h>
|
||||
#include <asm/irq.h>
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user