Skip to content

Commit

Permalink
Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-u…
Browse files Browse the repository at this point in the history
…pstreaming

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
  • Loading branch information
Linus Torvalds committed Apr 10, 2018
2 parents 948869f + 85fa2cc commit f77cfbe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions arch/c6x/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion arch/c6x/kernel/asm-offsets.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
1 change: 1 addition & 0 deletions arch/c6x/platforms/plldata.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include <asm/clock.h>
#include <asm/setup.h>
#include <asm/special_insns.h>
#include <asm/irq.h>

/*
Expand Down

0 comments on commit f77cfbe

Please sign in to comment.