summaryrefslogtreecommitdiff
path: root/arch/sparc/include/asm/signal.h
diff options
context:
space:
mode:
authorPeter Collingbourne <pcc@google.com>2020-08-17 20:17:45 -0700
committerDavid S. Miller <davem@davemloft.net>2020-09-14 17:04:49 -0700
commit4cc8ca08ed0934cfcb9a4f3998119ea954780b02 (patch)
tree47efc4ffc381f50a5b2eba070a37584f63f8d6c1 /arch/sparc/include/asm/signal.h
parent0a95a6d1a4cd6e10e70f8a6c93dc2ecd02e7d6ab (diff)
sparc: remove SA_STATIC_ALLOC macro definition
This macro is not exposed to uapi and is unreferenced in the kernel. The last reference to it was removed in commit 4c6773c3954c ("sparc32,leon: add support for extended interrupt controller"), so remove the definition. Signed-off-by: Peter Collingbourne <pcc@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/asm/signal.h')
-rw-r--r--arch/sparc/include/asm/signal.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/sparc/include/asm/signal.h b/arch/sparc/include/asm/signal.h
index 827b73a97f8a..28f81081e37d 100644
--- a/arch/sparc/include/asm/signal.h
+++ b/arch/sparc/include/asm/signal.h
@@ -9,18 +9,6 @@
#include <uapi/asm/signal.h>
#ifndef __ASSEMBLY__
-/*
- * DJHR
- * SA_STATIC_ALLOC is used for the sparc32 system to indicate that this
- * interrupt handler's irq structure should be statically allocated
- * by the request_irq routine.
- * The alternative is that arch/sparc/kernel/irq.c has carnal knowledge
- * of interrupt usage and that sucks. Also without a flag like this
- * it may be possible for the free_irq routine to attempt to free
- * statically allocated data.. which is NOT GOOD.
- *
- */
-#define SA_STATIC_ALLOC 0x8000
#define __ARCH_HAS_KA_RESTORER
#define __ARCH_HAS_SA_RESTORER