Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144185
b: refs/heads/master
c: fcc5c4a
h: refs/heads/master
i:
  144183: 284f628
v: v3
  • Loading branch information
Rusty Russell authored and Ingo Molnar committed Apr 21, 2009
1 parent d8e55b0 commit b5ed813
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: 2f537a9f8e82f55c241b002c8cfbf34303b45ada
refs/heads/master: fcc5c4a2feea3886dc058498b28508b2731720d5
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/apic/nmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ int __init check_nmi_watchdog(void)
if (!prev_nmi_count)
goto error;

alloc_cpumask_var(&backtrace_mask, GFP_KERNEL);
alloc_cpumask_var(&backtrace_mask, GFP_KERNEL|__GFP_ZERO);
printk(KERN_INFO "Testing NMI watchdog ... ");

#ifdef CONFIG_SMP
Expand Down

0 comments on commit b5ed813

Please sign in to comment.