init/main.c: use ktime accessor function in initcall_debug code
authorWill Newton <will.newton@gmail.com>
Fri, 21 Nov 2008 22:08:59 +0000 (14:08 -0800)
committerIngo Molnar <mingo@elte.hu>
Sun, 23 Nov 2008 10:10:15 +0000 (11:10 +0100)
commit1d926f2756392c6909f60e0c9fe2a09d5462e376
tree32e6cafbdf007b7d9872846a705aa772de68d43b
parenta0a70c735ef714fe1b6777b571630c3d50c7b008
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>
init/main.c