From: Andrew Morton Date: Sun, 6 May 2007 21:49:31 +0000 (-0700) Subject: slab: mark set_up_list3s() __init X-Git-Tag: v2.6.22-rc1~972 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3a02be79114b854acc555e8ed686eb84f44ae2e;p=pandora-kernel.git 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 Cc: Pekka Enberg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed