diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2010-11-01 15:24:29 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2010-11-01 15:30:42 -0400 |
commit | 5d966115de84c22cd4df029cb00be0e51fab6c10 (patch) | |
tree | 85095d93900f7f76a7591620651c5480065cacfb /arch/tile/kernel/messaging.c | |
parent | 38a6f4266989c4dae68eccb1a5cb4580a48003e4 (diff) | |
download | blackbird-obmc-linux-5d966115de84c22cd4df029cb00be0e51fab6c10.tar.gz blackbird-obmc-linux-5d966115de84c22cd4df029cb00be0e51fab6c10.zip |
arch/tile: bomb raw_local_irq_ to arch_local_irq_
This completes the tile migration to the new naming scheme for
the architecture-specific irq management code.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/kernel/messaging.c')
-rw-r--r-- | arch/tile/kernel/messaging.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/kernel/messaging.c b/arch/tile/kernel/messaging.c index 997e3933f726..0858ee6b520f 100644 --- a/arch/tile/kernel/messaging.c +++ b/arch/tile/kernel/messaging.c @@ -34,7 +34,7 @@ void __cpuinit init_messaging(void) panic("hv_register_message_state: error %d", rc); /* Make sure downcall interrupts will be enabled. */ - raw_local_irq_unmask(INT_INTCTRL_K); + arch_local_irq_unmask(INT_INTCTRL_K); } void hv_message_intr(struct pt_regs *regs, int intnum) |