Changeset 5f0e39e8 in mainline
- Timestamp:
- 2010-05-21T19:07:00Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 339249f
- Parents:
- 31198c12
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/smp/apic.c
r31198c12 r5f0e39e8 426 426 427 427 /* Program Logical Destination Register. */ 428 ASSERT(CPU->id < 8) 428 ASSERT(CPU->id < 8); 429 429 ldr.value = l_apic[LDR]; 430 430 ldr.id = (uint8_t) (1 << CPU->id);
Note:
See TracChangeset
for help on using the changeset viewer.