]> Git Repo - linux.git/commit
slab: mark set_up_list3s() __init
authorAndrew Morton <[email protected]>
Sun, 6 May 2007 21:49:31 +0000 (14:49 -0700)
committerLinus Torvalds <[email protected]>
Mon, 7 May 2007 19:12:53 +0000 (12:12 -0700)
commita3a02be79114b854acc555e8ed686eb84f44ae2e
tree5d75b3766467558909213bc9d14bc90cf9dc8d62
parent3b1d92c56514987010bb0201b5c71aeb633fc4f8
slab: mark set_up_list3s() __init

It is only ever used prior to free_initmem().

(It will cause a warning when we run the section checking, but that's a
false-positive and it simply changes the source of an existing warning, which
is also a false-positive)

Cc: Christoph Lameter <[email protected]>
Cc: Pekka Enberg <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/slab.c
This page took 0.048835 seconds and 4 git commands to generate.