Changeset cf85e24c in mainline for arch/ia32/src/smp/mps.c
- Timestamp:
- 2006-04-22T23:00:26Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 12c7f27
- Parents:
- e692a27
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/smp/mps.c
re692a27 rcf85e24c 188 188 189 189 fs_found: 190 printf("% P: MPS Floating Pointer Structure\n", fs);190 printf("%p: MPS Floating Pointer Structure\n", fs); 191 191 192 192 if (fs->config_type == 0 && fs->configuration_table) { … … 407 407 switch (cur[CT_EXT_ENTRY_TYPE]) { 408 408 default: 409 printf("% P: skipping MP Configuration Table extended entry type %d\n", cur, cur[CT_EXT_ENTRY_TYPE]);409 printf("%p: skipping MP Configuration Table extended entry type %d\n", cur, cur[CT_EXT_ENTRY_TYPE]); 410 410 break; 411 411 }
Note:
See TracChangeset
for help on using the changeset viewer.