Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147124
b: refs/heads/master
c: 22fb4e7
h: refs/heads/master
v: v3
  • Loading branch information
Pekka Enberg committed Jun 11, 2009
1 parent b7fe563 commit 3fb7590
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: 0fb530291621c8b8a1b16abeeab05d9262489f71
refs/heads/master: 22fb4e71e646695c7e0f379ada66b372c2d1aa1a
2 changes: 1 addition & 1 deletion trunk/kernel/irq/handle.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ int __init early_irq_init(void)
node = first_online_node;

/* allocate irq_desc_ptrs array based on nr_irqs */
irq_desc_ptrs = alloc_bootmem(nr_irqs * sizeof(void *));
irq_desc_ptrs = kcalloc(nr_irqs, sizeof(void *), GFP_NOWAIT);

/* allocate based on nr_cpu_ids */
kstat_irqs_legacy = kzalloc_node(NR_IRQS_LEGACY * nr_cpu_ids *
Expand Down

0 comments on commit 3fb7590

Please sign in to comment.