diff options
author | David Howells <dhowells@redhat.com> | 2012-10-09 04:47:43 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-09 04:47:43 -0400 |
commit | 5457982641fb3f5fb08ce22a853dd5474645c66d (patch) | |
tree | 0c6e6ba3335aa1f1db969012ca1148e46e8e6b3d /arch/sparc/include/asm/siginfo.h | |
parent | 9e2d8656f5e8aa214e66b462680cf86b210b74a8 (diff) |
UAPI: (Scripted) Disintegrate arch/sparc/include/asm
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Michael Kerrisk <mtk.manpages@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/sparc/include/asm/siginfo.h')
-rw-r--r-- | arch/sparc/include/asm/siginfo.h | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/arch/sparc/include/asm/siginfo.h b/arch/sparc/include/asm/siginfo.h index dbc182c438b4..48c34c19f810 100644 --- a/arch/sparc/include/asm/siginfo.h +++ b/arch/sparc/include/asm/siginfo.h | |||
@@ -1,19 +1,8 @@ | |||
1 | #ifndef __SPARC_SIGINFO_H | 1 | #ifndef __SPARC_SIGINFO_H |
2 | #define __SPARC_SIGINFO_H | 2 | #define __SPARC_SIGINFO_H |
3 | 3 | ||
4 | #if defined(__sparc__) && defined(__arch64__) | 4 | #include <uapi/asm/siginfo.h> |
5 | 5 | ||
6 | #define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int)) | ||
7 | #define __ARCH_SI_BAND_T int | ||
8 | |||
9 | #endif /* defined(__sparc__) && defined(__arch64__) */ | ||
10 | |||
11 | |||
12 | #define __ARCH_SI_TRAPNO | ||
13 | |||
14 | #include <asm-generic/siginfo.h> | ||
15 | |||
16 | #ifdef __KERNEL__ | ||
17 | 6 | ||
18 | #ifdef CONFIG_COMPAT | 7 | #ifdef CONFIG_COMPAT |
19 | 8 | ||
@@ -21,14 +10,4 @@ struct compat_siginfo; | |||
21 | 10 | ||
22 | #endif /* CONFIG_COMPAT */ | 11 | #endif /* CONFIG_COMPAT */ |
23 | 12 | ||
24 | #endif /* __KERNEL__ */ | ||
25 | |||
26 | #define SI_NOINFO 32767 /* no information in siginfo_t */ | ||
27 | |||
28 | /* | ||
29 | * SIGEMT si_codes | ||
30 | */ | ||
31 | #define EMT_TAGOVF (__SI_FAULT|1) /* tag overflow */ | ||
32 | #define NSIGEMT 1 | ||
33 | |||
34 | #endif /* !(__SPARC_SIGINFO_H) */ | 13 | #endif /* !(__SPARC_SIGINFO_H) */ |