Changeset 74c5a1ca in mainline
- Timestamp:
- 2010-06-27T16:37:28Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2ddcc7b
- Parents:
- 68667ce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/mm/frame.c
r68667ce r74c5a1ca 1234 1234 { 1235 1235 #ifdef __32_BITS__ 1236 printf("[nr] [base addr 1236 printf("[nr] [base addr] [frames ] [flags ] [free frames ] [busy frames ]\n"); 1237 1237 #endif 1238 1238 1239 1239 #ifdef __64_BITS__ 1240 printf("[nr] [base address 1240 printf("[nr] [base address ] [frames ] [flags ] [free frames ] [busy frames ]\n"); 1241 1241 #endif 1242 1242 … … 1274 1274 1275 1275 #ifdef __32_BITS__ 1276 printf(" 1276 printf(" %10p", base); 1277 1277 #endif 1278 1278 1279 1279 #ifdef __64_BITS__ 1280 printf(" 1280 printf(" %18p", base); 1281 1281 #endif 1282 1282
Note:
See TracChangeset
for help on using the changeset viewer.