diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/bootchartd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/init/bootchartd.c b/init/bootchartd.c index ae1ee9d9a..0929890a3 100644 --- a/init/bootchartd.c +++ b/init/bootchartd.c | |||
@@ -435,8 +435,6 @@ int bootchartd_main(int argc UNUSED_PARAM, char **argv) | |||
435 | 435 | ||
436 | /* parent */ | 436 | /* parent */ |
437 | 437 | ||
438 | USE_FOR_NOMMU(argv[0][0] &= 0x7f); /* undo fork_or_rexec() damage */ | ||
439 | |||
440 | if (DO_SIGNAL_SYNC) { | 438 | if (DO_SIGNAL_SYNC) { |
441 | /* Wait for logger child to set handlers, then unpause it. | 439 | /* Wait for logger child to set handlers, then unpause it. |
442 | * Otherwise with short-lived PROG (e.g. "bootchartd start true") | 440 | * Otherwise with short-lived PROG (e.g. "bootchartd start true") |