summaryrefslogtreecommitdiff
path: root/COPYING
diff options
context:
space:
mode:
authorKevin Winchester <kjwinchester@gmail.com>2010-08-10 00:20:32 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2010-08-10 03:45:06 (GMT)
commit22c5c03b42c082ab57b5d24824769ada0d90f8dc (patch)
treef3bb670ed467b05cba425e21625213de00dd9f0d /COPYING
parent459b37d423104f00e87d1934821bc8739979d0e4 (diff)
downloadlinux-fsl-qoriq-22c5c03b42c082ab57b5d24824769ada0d90f8dc.tar.xz
init/main.c: fix warning: 'calltime.tv64' may be used uninitialized
Using: gcc (GCC) 4.5.0 20100610 (prerelease) The following warning appears: init/main.c: In function `do_one_initcall': init/main.c:730:10: warning: `calltime.tv64' may be used uninitialized in this function This warning is actually correct, as the global initcall_debug could arguably be changed by the initcall. Correct this warning by extracting a new function, do_one_initcall_debug, that performs the initcall for the debug case. Signed-off-by: Kevin Winchester <kjwinchester@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions