Changeset bfa4ffa in mainline for kernel/generic/src/main/main.c
- Timestamp:
- 2016-12-27T13:34:08Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9185e42
- Parents:
- 0d9b4a8 (diff), 73d8600 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/main.c
r0d9b4a8 rbfa4ffa 117 117 }; 118 118 119 /** Boot arguments. */ 120 char bargs[CONFIG_BOOT_ARGUMENTS_BUFLEN] = {}; 121 119 122 /** Initial user-space tasks */ 120 123 init_t init = { … … 276 279 thread_init(); 277 280 futex_init(); 278 281 282 sysinfo_set_item_data("boot_args", NULL, bargs, str_size(bargs) + 1); 283 279 284 if (init.cnt > 0) { 280 285 size_t i;
Note:
See TracChangeset
for help on using the changeset viewer.