diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2011-07-18 13:59:17 +0200 |
|---|---|---|
| committer | Clark Williams <williams@redhat.com> | 2012-04-13 11:01:39 -0500 |
| commit | 3be6ba65ee05e7748a479178ff5dcd611f274a53 (patch) | |
| tree | 8eda7a136d417869f00794f33236772e90180986 /arch/powerpc/kernel/irq.c | |
| parent | b8134b027ffc884951edaf92ba9935ed6ca2d6bf (diff) | |
softirq-disable-softirq-stacks-for-rt.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/powerpc/kernel/irq.c')
| -rw-r--r-- | arch/powerpc/kernel/irq.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/irq.c b/arch/powerpc/kernel/irq.c index 243dbabfe74d..a4970d155695 100644 --- a/arch/powerpc/kernel/irq.c +++ b/arch/powerpc/kernel/irq.c @@ -523,6 +523,7 @@ void irq_ctx_init(void) } } +#ifndef CONFIG_PREEMPT_RT_FULL static inline void do_softirq_onstack(void) { struct thread_info *curtp, *irqtp; @@ -559,6 +560,7 @@ void do_softirq(void) local_irq_restore(flags); } +#endif irq_hw_number_t irqd_to_hwirq(struct irq_data *d) { |
