Changeset 5f85c91 in mainline for arch/ia32/src/smp/apic.c
- Timestamp:
- 2005-11-08T12:22:35Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 36a140b
- Parents:
- 389f41e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/smp/apic.c
r389f41e r5f85c91 38 38 #include <arch.h> 39 39 40 #ifdef __SMP__40 #ifdef CONFIG_SMP 41 41 42 42 /* … … 417 417 } 418 418 419 #endif /* __SMP__*/419 #endif /* CONFIG_SMP */
Note:
See TracChangeset
for help on using the changeset viewer.