diff options
Diffstat (limited to 'procps')
-rw-r--r-- | procps/powertop.c | 4 | ||||
-rw-r--r-- | procps/top.c | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/procps/powertop.c b/procps/powertop.c index 8b03a4d12..5e028f074 100644 --- a/procps/powertop.c +++ b/procps/powertop.c | |||
@@ -689,8 +689,8 @@ static void show_timerstats(void) | |||
689 | // no ACPI power usage estimate available | 689 | // no ACPI power usage estimate available |
690 | // | 690 | // |
691 | // Top causes for wakeups: | 691 | // Top causes for wakeups: |
692 | // 32.4% ( 26.7) <interrupt> : extra timer interrupt | 692 | // 32.4% ( 26.7) <interrupt> : extra timer interrupt |
693 | // 29.0% ( 23.9) <kernel core> : hrtimer_start_range_ns (tick_sched_timer) | 693 | // 29.0% ( 23.9) <kernel core> : hrtimer_start_range_ns (tick_sched_timer) |
694 | // 9.0% ( 7.5) <kernel core> : hrtimer_start (tick_sched_timer) | 694 | // 9.0% ( 7.5) <kernel core> : hrtimer_start (tick_sched_timer) |
695 | // 6.5% ( 5.3) <interrupt> : ata_piix | 695 | // 6.5% ( 5.3) <interrupt> : ata_piix |
696 | // 5.0% ( 4.1) inetd : hrtimer_start_range_ns (hrtimer_wakeup) | 696 | // 5.0% ( 4.1) inetd : hrtimer_start_range_ns (hrtimer_wakeup) |
diff --git a/procps/top.c b/procps/top.c index 4f37878de..f9106fac7 100644 --- a/procps/top.c +++ b/procps/top.c | |||
@@ -649,8 +649,9 @@ static void reset_term(void) | |||
649 | static void sig_catcher(int sig UNUSED_PARAM) | 649 | static void sig_catcher(int sig UNUSED_PARAM) |
650 | { | 650 | { |
651 | reset_term(); | 651 | reset_term(); |
652 | exit(EXIT_FAILURE); | 652 | _exit(EXIT_FAILURE); |
653 | } | 653 | } |
654 | |||
654 | #endif /* FEATURE_USE_TERMIOS */ | 655 | #endif /* FEATURE_USE_TERMIOS */ |
655 | 656 | ||
656 | /* | 657 | /* |