Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101404
b: refs/heads/master
c: 8b604d5
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jun 27, 2008
1 parent e9606bf commit 260a24a
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: ce0d1b6f73870878aae622b72e85fe8f7a16b51c
refs/heads/master: 8b604d520799a995946437d041f46bae7d5bcc8c
2 changes: 1 addition & 1 deletion trunk/drivers/char/sysrq.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ static void showacpu(void *dummy)

static void sysrq_showregs_othercpus(struct work_struct *dummy)
{
smp_call_function(showacpu, NULL, 0, 0);
smp_call_function(showacpu, NULL, 0);
}

static DECLARE_WORK(sysrq_showallcpus, sysrq_showregs_othercpus);
Expand Down

0 comments on commit 260a24a

Please sign in to comment.