Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105196
b: refs/heads/master
c: 3e2f69f
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Weiner authored and Ingo Molnar committed Jul 1, 2008
1 parent a79599a commit 527d52c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: dd7a1e5615b1719c0fdffee1ea5a7820ac8141a6
refs/heads/master: 3e2f69fdd1b00166e7d589bce56b2d36a9e74374
5 changes: 1 addition & 4 deletions trunk/kernel/softlockup.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,8 @@ void softlockup_tick(void)
print_timestamp = per_cpu(print_timestamp, this_cpu);

/* report at most once a second */
if ((print_timestamp >= touch_timestamp &&
print_timestamp < (touch_timestamp + 1)) ||
did_panic) {
if (print_timestamp == touch_timestamp || did_panic)
return;
}

/* do not print during early bootup: */
if (unlikely(system_state != SYSTEM_RUNNING)) {
Expand Down

0 comments on commit 527d52c

Please sign in to comment.