Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205405
b: refs/heads/master
c: eb703f9
h: refs/heads/master
i:
  205403: 3849cb1
v: v3
  • Loading branch information
Kulikov Vasiliy authored and Ingo Molnar committed Jul 7, 2010
1 parent 51266b1 commit 7daad2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e35e7fb0e9ea557f7504ced6fe4ccf69e44b7f07
refs/heads/master: eb703f98191a505f78d0066712ad67d5dedc4c90
2 changes: 1 addition & 1 deletion trunk/kernel/watchdog.c
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ static void watchdog_disable(int cpu)
static void watchdog_enable_all_cpus(void)
{
int cpu;
int result;
int result = 0;

for_each_online_cpu(cpu)
result += watchdog_enable(cpu);
Expand Down

0 comments on commit 7daad2b

Please sign in to comment.