Changeset 5a95b25 in mainline for arch/ia32/src/smp/mps.c
- Timestamp:
- 2005-12-13T11:23:14Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 91ef0d95
- Parents:
- 5bb8e45
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/smp/mps.c
r5bb8e45 r5a95b25 323 323 324 324 /* this ioapic is marked unusable */ 325 if ( ioa->io_apic_flags & 1== 0)325 if ((ioa->io_apic_flags & 1) == 0) 326 326 return; 327 327
Note:
See TracChangeset
for help on using the changeset viewer.