diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-29 16:25:18 +0200 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-29 16:25:18 +0200 |
| commit | f29a1c56568e2cb572ea8bc47b29f70947abca7a (patch) | |
| tree | bd87b9ac632ff8092c25382dd585d7d2590b234b | |
| parent | 36ef0a677ee26ea007e0620227d361e14d3940ef (diff) | |
| download | busybox-w32-f29a1c56568e2cb572ea8bc47b29f70947abca7a.tar.gz busybox-w32-f29a1c56568e2cb572ea8bc47b29f70947abca7a.tar.bz2 busybox-w32-f29a1c56568e2cb572ea8bc47b29f70947abca7a.zip | |
powertop: build fix for !386 compiles
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| -rw-r--r-- | procps/powertop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/powertop.c b/procps/powertop.c index 250da817b..77b071ffb 100644 --- a/procps/powertop.c +++ b/procps/powertop.c | |||
| @@ -635,7 +635,7 @@ static NOINLINE void print_intel_cstates(void) | |||
| 635 | bb_putchar('\n'); | 635 | bb_putchar('\n'); |
| 636 | } | 636 | } |
| 637 | #else | 637 | #else |
| 638 | # define print_intel_cstates(void) ((void)0) | 638 | # define print_intel_cstates() ((void)0) |
| 639 | #endif | 639 | #endif |
| 640 | 640 | ||
| 641 | static void show_timerstats(void) | 641 | static void show_timerstats(void) |
