summaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/siginfo.h
diff options
context:
space:
mode:
authorEric Miao <eric.miao@marvell.com>2009-03-09 14:21:07 +0100
committerEric Miao <eric.miao@marvell.com>2009-03-09 14:21:07 +0100
commitabcea2c322cef559ef2f108b4763d107a5ccc37f (patch)
tree5fec7fec372f9bdb70703f6c77bfc49cda945442 /arch/m68k/include/asm/siginfo.h
parentMerge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px... (diff)
parent[ARM] 5414/2: ep93xx m2p dma core (diff)
downloadlinux-abcea2c322cef559ef2f108b4763d107a5ccc37f.tar.xz
linux-abcea2c322cef559ef2f108b4763d107a5ccc37f.zip
Merge branch 'devel' of ssh://master.kernel.org/home/rmk/linux-2.6-arm into devel
Diffstat (limited to 'arch/m68k/include/asm/siginfo.h')
-rw-r--r--arch/m68k/include/asm/siginfo.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/siginfo.h b/arch/m68k/include/asm/siginfo.h
new file mode 100644
index 000000000000..61219d7affc8
--- /dev/null
+++ b/arch/m68k/include/asm/siginfo.h
@@ -0,0 +1,5 @@
+#ifdef __uClinux__
+#include "siginfo_no.h"
+#else
+#include "siginfo_mm.h"
+#endif