Changeset 7453929 in mainline for arch/amd64/src/amd64.c
- Timestamp:
- 2005-11-22T16:26:18Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- aa72859
- Parents:
- f10c72e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/amd64.c
rf10c72e r7453929 90 90 } 91 91 92 void arch_ late_init(void)92 void arch_pre_smp_init(void) 93 93 { 94 94 if (config.cpu_active == 1) { … … 101 101 } 102 102 103 void arch_post_smp_init(void) 104 { 105 } 106 103 107 void calibrate_delay_loop(void) 104 108 {
Note:
See TracChangeset
for help on using the changeset viewer.