signal.h (92a3ce4a1e0047215aa0a0b30cc333bd32b866a8) | signal.h (574c4866e33d648520a8bd5bf6f573ea6e554e88) |
---|---|
1#ifndef __SPARC_SIGNAL_H 2#define __SPARC_SIGNAL_H 3 4#ifndef __ASSEMBLY__ 5#include <linux/personality.h> 6#include <linux/types.h> 7#endif 8#include <uapi/asm/signal.h> --- 8 unchanged lines hidden (view full) --- 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 23 24#define __ARCH_HAS_KA_RESTORER | 1#ifndef __SPARC_SIGNAL_H 2#define __SPARC_SIGNAL_H 3 4#ifndef __ASSEMBLY__ 5#include <linux/personality.h> 6#include <linux/types.h> 7#endif 8#include <uapi/asm/signal.h> --- 8 unchanged lines hidden (view full) --- 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 23 24#define __ARCH_HAS_KA_RESTORER |
25#define __ARCH_HAS_SA_RESTORER |
|
25 26#endif /* !(__ASSEMBLY__) */ 27#endif /* !(__SPARC_SIGNAL_H) */ | 26 27#endif /* !(__ASSEMBLY__) */ 28#endif /* !(__SPARC_SIGNAL_H) */ |