patch-2.1.30 linux/kernel/printk.c
Next file: linux/kernel/resource.c
Previous file: linux/kernel/panic.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Wed Mar 19 08:31:01 1997
- Orig file:
v2.1.29/linux/kernel/printk.c
- Orig date:
Sun Jan 26 02:07:49 1997
diff -u --recursive --new-file v2.1.29/linux/kernel/printk.c linux/kernel/printk.c
@@ -174,8 +174,8 @@
static signed char msg_level = -1;
long flags;
- save_flags(flags);
- cli();
+ __save_flags(flags);
+ __cli();
va_start(args, fmt);
i = vsprintf(buf + 3, fmt, args); /* hopefully i < sizeof(buf)-4 */
buf_end = buf + 3 + i;
@@ -218,7 +218,7 @@
if (*p == '\n')
msg_level = -1;
}
- restore_flags(flags);
+ __restore_flags(flags);
wake_up_interruptible(&log_wait);
return i;
}
FUNET's LINUX-ADM group, [email protected]
TCL-scripts by Sam Shen, [email protected]