Merge tag 'sound-3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[deliverable/linux.git] / arch / sparc / include / asm / signal.h
CommitLineData
ece93487
SR
1#ifndef __SPARC_SIGNAL_H
2#define __SPARC_SIGNAL_H
3
ece93487
SR
4#ifndef __ASSEMBLY__
5#include <linux/personality.h>
6#include <linux/types.h>
7#endif
54579826 8#include <uapi/asm/signal.h>
ece93487
SR
9
10#ifndef __ASSEMBLY__
ece93487
SR
11/*
12 * DJHR
13 * SA_STATIC_ALLOC is used for the sparc32 system to indicate that this
14 * interrupt handler's irq structure should be statically allocated
15 * by the request_irq routine.
16 * The alternative is that arch/sparc/kernel/irq.c has carnal knowledge
17 * of interrupt usage and that sucks. Also without a flag like this
18 * it may be possible for the free_irq routine to attempt to free
19 * statically allocated data.. which is NOT GOOD.
20 *
21 */
22#define SA_STATIC_ALLOC 0x8000
ece93487 23
92a3ce4a 24#define __ARCH_HAS_KA_RESTORER
574c4866 25#define __ARCH_HAS_SA_RESTORER
ece93487 26
ece93487 27#endif /* !(__ASSEMBLY__) */
ece93487 28#endif /* !(__SPARC_SIGNAL_H) */
This page took 0.33367 seconds and 5 git commands to generate.