diff options
Diffstat (limited to 'arch/parisc/include/asm/processor.h')
-rw-r--r-- | arch/parisc/include/asm/processor.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/parisc/include/asm/processor.h b/arch/parisc/include/asm/processor.h index 064015547d1e..cc2290a3cace 100644 --- a/arch/parisc/include/asm/processor.h +++ b/arch/parisc/include/asm/processor.h | |||
@@ -17,7 +17,6 @@ | |||
17 | #include <asm/ptrace.h> | 17 | #include <asm/ptrace.h> |
18 | #include <asm/types.h> | 18 | #include <asm/types.h> |
19 | #include <asm/percpu.h> | 19 | #include <asm/percpu.h> |
20 | |||
21 | #endif /* __ASSEMBLY__ */ | 20 | #endif /* __ASSEMBLY__ */ |
22 | 21 | ||
23 | /* | 22 | /* |
@@ -59,23 +58,6 @@ | |||
59 | #ifndef __ASSEMBLY__ | 58 | #ifndef __ASSEMBLY__ |
60 | 59 | ||
61 | /* | 60 | /* |
62 | * IRQ STACK - used for irq handler | ||
63 | */ | ||
64 | #ifdef __KERNEL__ | ||
65 | |||
66 | #define IRQ_STACK_SIZE (4096 << 2) /* 16k irq stack size */ | ||
67 | |||
68 | union irq_stack_union { | ||
69 | unsigned long stack[IRQ_STACK_SIZE/sizeof(unsigned long)]; | ||
70 | }; | ||
71 | |||
72 | DECLARE_PER_CPU(union irq_stack_union, irq_stack_union); | ||
73 | |||
74 | void call_on_stack(unsigned long p1, void *func, unsigned long new_stack); | ||
75 | |||
76 | #endif /* __KERNEL__ */ | ||
77 | |||
78 | /* | ||
79 | * Data detected about CPUs at boot time which is the same for all CPU's. | 61 | * Data detected about CPUs at boot time which is the same for all CPU's. |
80 | * HP boxes are SMP - ie identical processors. | 62 | * HP boxes are SMP - ie identical processors. |
81 | * | 63 | * |