Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 127258
Collapse All | Expand All

(-)./kernel/printk.c.vprintk (-1 / +1 lines)
Lines 553-559 static void zap_locks(void) Link Here
553
 * then changes console_loglevel may break. This is because console_loglevel
553
 * then changes console_loglevel may break. This is because console_loglevel
554
 * is inspected when the actual printing occurs.
554
 * is inspected when the actual printing occurs.
555
 */
555
 */
556
int vprintk(const char *fmt, va_list args)
556
asmlinkage int vprintk(const char *fmt, va_list args)
557
{
557
{
558
	unsigned long flags;
558
	unsigned long flags;
559
	int printed_len;
559
	int printed_len;

Return to bug 127258