diff options
author | Will Newton <will.newton@gmail.com> | 2008-11-21 23:08:59 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-11-23 11:10:15 +0100 |
commit | 1d926f2756392c6909f60e0c9fe2a09d5462e376 (patch) | |
tree | 32e6cafbdf007b7d9872846a705aa772de68d43b /arch | |
parent | Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' in... (diff) | |
download | linux-1d926f2756392c6909f60e0c9fe2a09d5462e376.tar.xz linux-1d926f2756392c6909f60e0c9fe2a09d5462e376.zip |
init/main.c: use ktime accessor function in initcall_debug code
Impact: fix initcall debug output on non-scalar ktime platforms (32-bit embedded)
The initcall_debug code access the tv64 member of ktime. This won't work
correctly for large deltas on platforms that don't use the scalar ktime
implementation.
Signed-off-by: Will Newton <will.newton@gmail.com>
Acked-by: Tim Bird <tim.bird@am.sony.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions