Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116497
b: refs/heads/master
c: 676f4a9
h: refs/heads/master
i:
  116495: 0372974
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed Oct 16, 2008
1 parent 2ff93f4 commit 8958e2a
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: b558cb35f1ef92837cba0fba9aad267e5eff1f65
refs/heads/master: 676f4a920be27160747439fe71026aa15ec78e5a
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ static void __init init_work(void *data)

memcpy(cfg, irq_cfg_legacy, sizeof(irq_cfg_legacy));

legacy_count = sizeof(irq_cfg_legacy)/sizeof(irq_cfg_legacy[0]);
legacy_count = ARRAY_SIZE(irq_cfg_legacy);
for (i = legacy_count; i < *da->nr; i++)
init_one_irq_cfg(&cfg[i]);

Expand Down

0 comments on commit 8958e2a

Please sign in to comment.