Changeset 1433ecda in mainline for kernel/arch/ia32/src/smp
- Timestamp:
- 2018-04-04T15:42:37Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c4e1cc
- Parents:
- 47b2d7e3
- Location:
- kernel/arch/ia32/src/smp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/smp/apic.c
r47b2d7e3 r1433ecda 482 482 l_apic[ICRT] = 0xffffffff; 483 483 484 while (l_apic[CCRT] == t1); 484 while (l_apic[CCRT] == t1) 485 ; 485 486 486 487 t1 = l_apic[CCRT]; -
kernel/arch/ia32/src/smp/mps.c
r47b2d7e3 r1433ecda 257 257 } 258 258 259 log_printf(", bus=%" PRIu8 " irq=%" PRIu8 " io_apic=%" PRIu8 " pin=%"259 log_printf(", bus=%" PRIu8 " irq=%" PRIu8 " io_apic=%" PRIu8 " pin=%" 260 260 PRIu8, iointr->src_bus_id, iointr->src_bus_irq, 261 261 iointr->dst_io_apic_id, iointr->dst_io_apic_pin); … … 320 320 } 321 321 322 log_printf(", bus=%" PRIu8 " irq=%" PRIu8 " l_apic=%" PRIu8 " pin=%"322 log_printf(", bus=%" PRIu8 " irq=%" PRIu8 " l_apic=%" PRIu8 " pin=%" 323 323 PRIu8, lintr->src_bus_id, lintr->src_bus_irq, 324 324 lintr->dst_l_apic_id, lintr->dst_l_apic_pin);
Note:
See TracChangeset
for help on using the changeset viewer.
