Changeset 6ba143d in mainline for arch/ia32/src/smp/mps.c
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.