Changeset 4e09712 in mainline
- Timestamp:
- 2006-04-26T21:36:47Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4790dbc
- Parents:
- ed6c81f1
- Location:
- arch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/smp/ap.S
red6c81f1 r4e09712 103 103 #endif /* CONFIG_SMP */ 104 104 105 .section K_DATA_START, " wx", @progbits105 .section K_DATA_START, "aw", @progbits 106 106 107 107 #ifdef CONFIG_SMP -
arch/ia32/src/smp/ap.S
red6c81f1 r4e09712 83 83 84 84 85 .section K_DATA_START, " wx", @progbits85 .section K_DATA_START, "aw", @progbits 86 86 87 87 #ifdef CONFIG_SMP
Note:
See TracChangeset
for help on using the changeset viewer.