diff options
| author | 2007-08-23 09:29:40 +0200 | |
|---|---|---|
| committer | 2007-10-10 09:25:56 +0200 | |
| commit | db47d475371bc85dd122112e957669cbbcc70dee (patch) | |
| tree | 9e662c8521012485fd6dc3eac74f79572571e458 /kernel/sched.c | |
| parent | Fixup rq_for_each_segment() indentation (diff) | |
| download | wireguard-linux-db47d475371bc85dd122112e957669cbbcc70dee.tar.xz wireguard-linux-db47d475371bc85dd122112e957669cbbcc70dee.zip | |
ll_rw_blk: blk_cpu_notifier should be __cpuinitdata
blk_cpu_notifier is marked as __devinitdata, but __devinitdata need not
be __init even if HOTPLUG_CPU=n, which wastes space. It should be marked
__cpuinitdata, and the callback itself as __cpuinit.
Signed-off-by: Satyam Sharma <satyam@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'kernel/sched.c')
0 files changed, 0 insertions, 0 deletions
