Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109149
b: refs/heads/master
c: e522b7c
h: refs/heads/master
i:
  109147: 3ae1b71
v: v3
  • Loading branch information
Ralf Baechle committed Aug 26, 2008
1 parent 903135a commit 3e68dc2
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: 1374d084736fff6f72f1d143ffdaa90cddd86e7e
refs/heads/master: e522b7ccd26a9774cac9379476ae3c6e005c88be
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/kgdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ static void kgdb_call_nmi_hook(void *ignored)
void kgdb_roundup_cpus(unsigned long flags)
{
local_irq_enable();
smp_call_function(kgdb_call_nmi_hook, NULL, NULL);
smp_call_function(kgdb_call_nmi_hook, NULL, 0);
local_irq_disable();
}

Expand Down

0 comments on commit 3e68dc2

Please sign in to comment.