Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169935
b: refs/heads/master
c: 46dc281
h: refs/heads/master
i:
  169933: bfe3fbc
  169931: 3d32130
  169927: 5d7c10a
  169919: 75f811e
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed Nov 8, 2009
1 parent 079e3ac commit d28b4a5
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: 5231a68614b94f60e8f6c56bc6e3d75955b9e75e
refs/heads/master: 46dc281b1bb02527195fe2ad50a3af6d7f7f7325
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/apic/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -4111,7 +4111,7 @@ void __init ioapic_init_mappings(void)
idx++;

ioapic_res->start = ioapic_phys;
ioapic_res->end = ioapic_phys + (4 * 1024) - 1;
ioapic_res->end = ioapic_phys + PAGE_SIZE-1;
ioapic_res++;
}
}
Expand Down

0 comments on commit d28b4a5

Please sign in to comment.