Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186253
b: refs/heads/master
c: cea8388
h: refs/heads/master
i:
  186251: 53b2dee
v: v3
  • Loading branch information
Gustavo F. Padovan authored and Linus Torvalds committed Mar 6, 2010
1 parent a59a419 commit 6ddc199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5ef097dd7ba4eab8b4f0026d85fcef9fe23b821f
refs/heads/master: cea83886dde49fd7524e9f4a246dd5dff4ad236a
3 changes: 1 addition & 2 deletions trunk/kernel/printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ int console_printk[4] = {
DEFAULT_CONSOLE_LOGLEVEL, /* default_console_loglevel */
};

static int saved_console_loglevel = -1;

/*
* Low level drivers may need that to know if they can schedule in
* their unblank() callback or not. So let's export it.
Expand Down Expand Up @@ -146,6 +144,7 @@ static char __log_buf[__LOG_BUF_LEN];
static char *log_buf = __log_buf;
static int log_buf_len = __LOG_BUF_LEN;
static unsigned logged_chars; /* Number of chars produced since last read+clear operation */
static int saved_console_loglevel = -1;

#ifdef CONFIG_KEXEC
/*
Expand Down

0 comments on commit 6ddc199

Please sign in to comment.