Changeset 5f85c91 in mainline for arch/amd64/src/smp
- 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
-
arch/amd64/src/smp/ap.S (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/smp/ap.S
r389f41e r5f85c91 40 40 .section K_TEXT_START_2, "ax" 41 41 42 #ifdef __SMP__42 #ifdef CONFIG_SMP 43 43 44 44 .global ap_boot … … 101 101 102 102 103 #endif /* __SMP__*/103 #endif /* CONFIG_SMP */
Note:
See TracChangeset
for help on using the changeset viewer.
