Changeset 6ba143d in mainline for arch/ia32/src
- Timestamp:
- 2005-05-11T20:23:07Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6a27d63
- Parents:
- 7eb01623
- Location:
- arch/ia32/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/ia32.c
r7eb01623 r6ba143d 68 68 } 69 69 70 void arch_post_mm_init( )70 void arch_post_mm_init(void) 71 71 { 72 72 if (config.cpu_active == 1) { … … 75 75 } 76 76 77 void arch_late_init( )77 void arch_late_init(void) 78 78 { 79 79 if (config.cpu_active == 1) { -
arch/ia32/src/smp/mps.c
r7eb01623 r6ba143d 290 290 #ifdef MPSCT_VERBOSE 291 291 char buf[7]; 292 memcopy((__address) bus->bus_type, (__address) buf, 6);292 memcopy((__address) bus->bus_type, (__address) buf, 6); 293 293 buf[6] = 0; 294 294 printf("bus%d: %s\n", bus->bus_id, buf);
Note:
See TracChangeset
for help on using the changeset viewer.