mac80211: correct legacy rates check in ieee80211_calc_rx_airtime
[platform/kernel/linux-rpi.git] / lib / dump_stack.c
index 6b7f1bf..6e8ae42 100644 (file)
@@ -102,9 +102,9 @@ asmlinkage __visible void dump_stack_lvl(const char *log_lvl)
         * Permit this cpu to perform nested stack dumps while serialising
         * against other CPUs
         */
-       printk_cpu_lock_irqsave(flags);
+       raw_printk_cpu_lock_irqsave(flags);
        __dump_stack(log_lvl);
-       printk_cpu_unlock_irqrestore(flags);
+       raw_printk_cpu_unlock_irqrestore(flags);
 }
 EXPORT_SYMBOL(dump_stack_lvl);