summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/early_printk.c
diff options
context:
space:
mode:
authorChris Metcalf2010-11-01 20:24:29 +0100
committerChris Metcalf2010-11-01 20:30:42 +0100
commit5d966115de84c22cd4df029cb00be0e51fab6c10 (patch)
tree85095d93900f7f76a7591620651c5480065cacfb /arch/tile/kernel/early_printk.c
parentarch/tile: complete migration to new kmap_atomic scheme (diff)
downloadkernel-qcow2-linux-5d966115de84c22cd4df029cb00be0e51fab6c10.tar.gz
kernel-qcow2-linux-5d966115de84c22cd4df029cb00be0e51fab6c10.tar.xz
kernel-qcow2-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/early_printk.c')
-rw-r--r--arch/tile/kernel/early_printk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/kernel/early_printk.c b/arch/tile/kernel/early_printk.c
index 2c54fd43a8a0..493a0e66d916 100644
--- a/arch/tile/kernel/early_printk.c
+++ b/arch/tile/kernel/early_printk.c
@@ -54,7 +54,7 @@ void early_printk(const char *fmt, ...)
void early_panic(const char *fmt, ...)
{
va_list ap;
- raw_local_irq_disable_all();
+ arch_local_irq_disable_all();
va_start(ap, fmt);
early_printk("Kernel panic - not syncing: ");
early_vprintk(fmt, ap);