|
@@ -842,7 +842,7 @@ asmlinkage int vprintk(const char *fmt, va_list args)
|
|
printk_delay();
|
|
printk_delay();
|
|
|
|
|
|
/* This stops the holder of console_sem just where we want him */
|
|
/* This stops the holder of console_sem just where we want him */
|
|
- raw_local_irq_save(flags);
|
|
|
|
|
|
+ local_irq_save(flags);
|
|
this_cpu = smp_processor_id();
|
|
this_cpu = smp_processor_id();
|
|
|
|
|
|
/*
|
|
/*
|
|
@@ -962,7 +962,7 @@ asmlinkage int vprintk(const char *fmt, va_list args)
|
|
|
|
|
|
lockdep_on();
|
|
lockdep_on();
|
|
out_restore_irqs:
|
|
out_restore_irqs:
|
|
- raw_local_irq_restore(flags);
|
|
|
|
|
|
+ local_irq_restore(flags);
|
|
|
|
|
|
return printed_len;
|
|
return printed_len;
|
|
}
|
|
}
|