Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148169
b: refs/heads/master
c: 28be225
h: refs/heads/master
i:
  148167: 6f8b6df
v: v3
  • Loading branch information
Yinghai Lu authored and Pekka Enberg committed Jun 12, 2009
1 parent afcf0a2 commit 13a5537
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: ca371c0d7e23d0d0afae65fc83a0e91cf7399573
refs/heads/master: 28be225b23b115573e0ecc8ef9996f42a1652f74
2 changes: 1 addition & 1 deletion trunk/kernel/irq/handle.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void handle_bad_irq(unsigned int irq, struct irq_desc *desc)
#if defined(CONFIG_SMP) && defined(CONFIG_GENERIC_HARDIRQS)
static void __init init_irq_default_affinity(void)
{
alloc_bootmem_cpumask_var(&irq_default_affinity);
alloc_cpumask_var(&irq_default_affinity, GFP_NOWAIT);
cpumask_setall(irq_default_affinity);
}
#else
Expand Down

0 comments on commit 13a5537

Please sign in to comment.