Changeset b1cf98c in mainline for arch/ia32/src/smp/mps.c
- Timestamp:
- 2005-09-13T20:02:26Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d6dcdd2e
- Parents:
- 2e5f770
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/smp/mps.c
r2e5f770 rb1cf98c 186 186 187 187 fs_found: 188 printf("% L: MPS Floating Pointer Structure\n", fs);188 printf("%P: MPS Floating Pointer Structure\n", fs); 189 189 190 190 frame_not_free((__address) fs); … … 408 408 switch (cur[CT_EXT_ENTRY_TYPE]) { 409 409 default: 410 printf("% L: skipping MP Configuration Table extended entry type %d\n", cur, cur[CT_EXT_ENTRY_TYPE]);410 printf("%P: skipping MP Configuration Table extended entry type %d\n", cur, cur[CT_EXT_ENTRY_TYPE]); 411 411 break; 412 412 }
Note:
See TracChangeset
for help on using the changeset viewer.