Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3253
b: refs/heads/master
c: ac25575
h: refs/heads/master
i:
  3251: 5cdf105
v: v3
  • Loading branch information
Shaohua Li authored and Linus Torvalds committed Jun 25, 2005
1 parent f4ee8b7 commit 98897bd
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: 8d783b3e02002bce8cf9d4e4a82922ee7e59b1e5
refs/heads/master: ac25575203c11145066ea5cb583354cb5f0a8ade
3 changes: 1 addition & 2 deletions trunk/kernel/printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,7 @@ asmlinkage int vprintk(const char *fmt, va_list args)
log_level_unknown = 1;
}

if (!cpu_online(smp_processor_id()) &&
system_state != SYSTEM_RUNNING) {
if (!cpu_online(smp_processor_id())) {
/*
* Some console drivers may assume that per-cpu resources have
* been allocated. So don't allow them to be called by this
Expand Down

0 comments on commit 98897bd

Please sign in to comment.