diff options
Diffstat (limited to 'kernel/timeconst.pl')
-rw-r--r-- | kernel/timeconst.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/timeconst.pl b/kernel/timeconst.pl index 62b1287932ed..41468035473c 100644 --- a/kernel/timeconst.pl +++ b/kernel/timeconst.pl | |||
@@ -339,7 +339,7 @@ sub output($@) | |||
339 | print "\n"; | 339 | print "\n"; |
340 | 340 | ||
341 | foreach $pfx ('HZ_TO_MSEC','MSEC_TO_HZ', | 341 | foreach $pfx ('HZ_TO_MSEC','MSEC_TO_HZ', |
342 | 'USEC_TO_HZ','HZ_TO_USEC') { | 342 | 'HZ_TO_USEC','USEC_TO_HZ') { |
343 | foreach $bit (32, 64) { | 343 | foreach $bit (32, 64) { |
344 | foreach $suf ('MUL', 'ADJ', 'SHR') { | 344 | foreach $suf ('MUL', 'ADJ', 'SHR') { |
345 | printf "#define %-23s %s\n", | 345 | printf "#define %-23s %s\n", |