Changeset 9dae191e in mainline for kernel/generic/src/main/main.c
- Timestamp:
- 2010-04-18T00:24:40Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a80687e5
- Parents:
- d8e3467
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/main.c
rd8e3467 r9dae191e 85 85 #include <ipc/event.h> 86 86 #include <sysinfo/sysinfo.h> 87 #include <sysinfo/stats.h> 87 88 88 89 /** Global configuration structure. */ … … 225 226 226 227 printf("Detected %" PRIs " CPU(s), %" PRIu64" MiB free memory\n", 227 config.cpu_count, SIZE2MB(zone _total_size()));228 config.cpu_count, SIZE2MB(zones_total_size())); 228 229 229 230 LOG_EXEC(cpu_init()); … … 249 250 LOG_EXEC(event_init()); 250 251 LOG_EXEC(klog_init()); 252 LOG_EXEC(stats_init()); 251 253 252 254 /*
Note:
See TracChangeset
for help on using the changeset viewer.