Changeset 5f85c91 in mainline for arch/ia32/src/smp/smp.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/smp.c
r389f41e r5f85c91 48 48 #include <arch/i8259.h> 49 49 50 #ifdef __SMP__50 #ifdef CONFIG_SMP 51 51 52 52 static struct smp_config_operations *ops = NULL; … … 166 166 } 167 167 168 #endif /* __SMP__*/168 #endif /* CONFIG_SMP */
Note:
See TracChangeset
for help on using the changeset viewer.