diff options
author | Rakib Mullick <[email protected]> | 2008-09-22 14:55:45 -0700 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2008-09-23 11:02:13 +0200 |
commit | fa748203175de7c08f2df80e5a0eeca40329b5e2 (patch) | |
tree | bead1aac37160b8232218bd947188a6ff5df2596 /fs/jbd2/commit.c | |
parent | cec5eb7be3a104fffd27ca967ee8e15a123050e2 (diff) |
sched: fix init_hrtick() section mismatch warning
LD kernel/built-in.o
WARNING: kernel/built-in.o(.text+0x326): Section mismatch in reference
from the function init_hrtick() to the variable
.cpuinit.data:hotplug_hrtick_nb.8
The function init_hrtick() references
the variable __cpuinitdata hotplug_hrtick_nb.8.
This is often because init_hrtick lacks a __cpuinitdata
annotation or the annotation of hotplug_hrtick_nb.8 is wrong.
Signed-off-by: Md.Rakib H. Mullick <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions