Merge remote-tracking branch 'c6x/for-linux-next' into uapi-prep
Avoid later problems with c6x's asm/signal.h lacking __KERNEL__ guards. Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
Коммит
b2249fbd7c
|
@ -6,6 +6,8 @@
|
||||||
# for more details.
|
# for more details.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
KBUILD_DEFCONFIG := dsk6455_defconfig
|
||||||
|
|
||||||
cflags-y += -mno-dsbt -msdata=none
|
cflags-y += -mno-dsbt -msdata=none
|
||||||
|
|
||||||
cflags-$(CONFIG_C6X_BIG_KERNEL) += -mlong-calls
|
cflags-$(CONFIG_C6X_BIG_KERNEL) += -mlong-calls
|
||||||
|
|
|
@ -40,6 +40,7 @@ generic-y += sembuf.h
|
||||||
generic-y += shmbuf.h
|
generic-y += shmbuf.h
|
||||||
generic-y += shmparam.h
|
generic-y += shmparam.h
|
||||||
generic-y += siginfo.h
|
generic-y += siginfo.h
|
||||||
|
generic-y += signal.h
|
||||||
generic-y += socket.h
|
generic-y += socket.h
|
||||||
generic-y += sockios.h
|
generic-y += sockios.h
|
||||||
generic-y += stat.h
|
generic-y += stat.h
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
#ifndef _ASM_C6X_SIGNAL_H
|
|
||||||
#define _ASM_C6X_SIGNAL_H
|
|
||||||
|
|
||||||
#include <asm-generic/signal.h>
|
|
||||||
|
|
||||||
#ifndef __ASSEMBLY__
|
|
||||||
#include <linux/linkage.h>
|
|
||||||
|
|
||||||
struct pt_regs;
|
|
||||||
|
|
||||||
extern asmlinkage int do_rt_sigreturn(struct pt_regs *regs);
|
|
||||||
extern asmlinkage void do_notify_resume(struct pt_regs *regs,
|
|
||||||
u32 thread_info_flags,
|
|
||||||
int syscall);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* _ASM_C6X_SIGNAL_H */
|
|
Загрузка…
Ссылка в новой задаче