diff options
Diffstat (limited to 'arch/powerpc/kernel/irq.c')
| -rw-r--r-- | arch/powerpc/kernel/irq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/irq.c b/arch/powerpc/kernel/irq.c index 4a65386995d7..1903290f5469 100644 --- a/arch/powerpc/kernel/irq.c +++ b/arch/powerpc/kernel/irq.c | |||
| @@ -116,7 +116,7 @@ static inline notrace void set_soft_enabled(unsigned long enable) | |||
| 116 | : : "r" (enable), "i" (offsetof(struct paca_struct, soft_enabled))); | 116 | : : "r" (enable), "i" (offsetof(struct paca_struct, soft_enabled))); |
| 117 | } | 117 | } |
| 118 | 118 | ||
| 119 | notrace void raw_local_irq_restore(unsigned long en) | 119 | notrace void arch_local_irq_restore(unsigned long en) |
| 120 | { | 120 | { |
| 121 | /* | 121 | /* |
| 122 | * get_paca()->soft_enabled = en; | 122 | * get_paca()->soft_enabled = en; |
| @@ -192,7 +192,7 @@ notrace void raw_local_irq_restore(unsigned long en) | |||
| 192 | 192 | ||
| 193 | __hard_irq_enable(); | 193 | __hard_irq_enable(); |
| 194 | } | 194 | } |
| 195 | EXPORT_SYMBOL(raw_local_irq_restore); | 195 | EXPORT_SYMBOL(arch_local_irq_restore); |
| 196 | #endif /* CONFIG_PPC64 */ | 196 | #endif /* CONFIG_PPC64 */ |
| 197 | 197 | ||
| 198 | static int show_other_interrupts(struct seq_file *p, int prec) | 198 | static int show_other_interrupts(struct seq_file *p, int prec) |
