git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c92e69
)
ll_rw_blk: blk_cpu_notifier should be __cpuinitdata
author
Satyam Sharma
<satyam@infradead.org>
Thu, 23 Aug 2007 07:29:40 +0000
(09:29 +0200)
committer
Jens Axboe
<axboe@carl.home.kernel.dk>
Wed, 10 Oct 2007 07:25:56 +0000
(09:25 +0200)
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>
block/ll_rw_blk.c
patch
|
blob
|
history
diff --cc
block/ll_rw_blk.c
Simple merge