Changeset 6c441cf8 in mainline for kernel/arch/ia32xen/src/smp/mps.c
- Timestamp:
- 2008-02-27T11:49:17Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 56976a17
- Parents:
- fdb7795
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32xen/src/smp/mps.c
rfdb7795 r6c441cf8 78 78 struct __l_intr_entry *l_intr_entries = NULL; 79 79 80 int processor_entry_cnt = 0;81 int bus_entry_cnt = 0;82 int io_apic_entry_cnt = 0;83 int io_intr_entry_cnt = 0;84 int l_intr_entry_cnt = 0;80 unsigned int processor_entry_cnt = 0; 81 unsigned int bus_entry_cnt = 0; 82 unsigned int io_apic_entry_cnt = 0; 83 unsigned int io_intr_entry_cnt = 0; 84 unsigned int l_intr_entry_cnt = 0; 85 85 86 86 waitq_t ap_completion_wq; … … 418 418 int mps_irq_to_pin(unsigned int irq) 419 419 { 420 int i;420 unsigned int i; 421 421 422 422 for (i = 0; i < io_intr_entry_cnt; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.