Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116527
b: refs/heads/master
c: c1370b4
h: refs/heads/master
i:
  116525: 1bfafb5
  116523: 69e6240
  116519: 1f4e937
  116511: bfe4751
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed Oct 16, 2008
1 parent c01a9b4 commit 3611675
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 7564676813780e0ba4dacf95338202cb72d2172d
refs/heads/master: c1370b49cc4f09de5b447ddf688a3988a297dbfc
5 changes: 2 additions & 3 deletions trunk/arch/x86/kernel/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -830,9 +830,8 @@ int save_mask_IO_APIC_setup(void)
return 0;

nomem:
for (; apic > 0; apic--)
kfree(early_ioapic_entries[apic]);
kfree(early_ioapic_entries[apic]);
while (apic >= 0)
kfree(early_ioapic_entries[apic--]);
memset(early_ioapic_entries, 0,
ARRAY_SIZE(early_ioapic_entries));

Expand Down

0 comments on commit 3611675

Please sign in to comment.