]> Git Repo - linux.git/commit - kernel/timer.c
[PATCH] timer: Fix tvec_bases initializer
authorJosh Triplett <[email protected]>
Sun, 30 Jul 2006 10:04:14 +0000 (03:04 -0700)
committerLinus Torvalds <[email protected]>
Mon, 31 Jul 2006 20:28:44 +0000 (13:28 -0700)
commit51d8c5edd3b166fcc51aba84d78761d578400a7c
treed3cf04b8fd2d7a5a2ba8c0957bd3dbe3839981f5
parentbc65ac6a0ffc66c56d1e6893685d7fe87c63cc44
[PATCH] timer: Fix tvec_bases initializer

kernel/timer.c defines a (per-cpu) pointer to tvec_base_t, but initializes
it using { &a_tvec_base_t }, which sparse warns about; change this to just
&a_tvec_base_t.

Signed-off-by: Josh Triplett <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
kernel/timer.c
This page took 0.052388 seconds and 4 git commands to generate.