Skip to content

Commit

Permalink
Merge remote-tracking branch 'c6x/for-linux-next' into uapi-prep
Browse files Browse the repository at this point in the history
Avoid later problems with c6x's asm/signal.h lacking __KERNEL__ guards.

Signed-off-by: David Howells <dhowells@redhat.com>
  • Loading branch information
David Howells committed Oct 4, 2012
2 parents 1c1e436 + 2e919f7 commit b2249fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
2 changes: 2 additions & 0 deletions arch/c6x/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# for more details.
#

KBUILD_DEFCONFIG := dsk6455_defconfig

cflags-y += -mno-dsbt -msdata=none

cflags-$(CONFIG_C6X_BIG_KERNEL) += -mlong-calls
Expand Down
1 change: 1 addition & 0 deletions arch/c6x/include/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ generic-y += sembuf.h
generic-y += shmbuf.h
generic-y += shmparam.h
generic-y += siginfo.h
generic-y += signal.h
generic-y += socket.h
generic-y += sockios.h
generic-y += stat.h
Expand Down
17 changes: 0 additions & 17 deletions arch/c6x/include/asm/signal.h

This file was deleted.

0 comments on commit b2249fb

Please sign in to comment.