commit | 51d8c5edd3b166fcc51aba84d78761d578400a7c | [log] [tgz] |
---|---|---|
author | Josh Triplett <josht@us.ibm.com> | Sun Jul 30 03:04:14 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jul 31 13:28:44 2006 -0700 |
tree | d3cf04b8fd2d7a5a2ba8c0957bd3dbe3839981f5 | |
parent | bc65ac6a0ffc66c56d1e6893685d7fe87c63cc44 [diff] |
[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 <josh@freedesktop.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>