From a3a02be79114b854acc555e8ed686eb84f44ae2e Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Sun, 6 May 2007 14:49:31 -0700 Subject: [PATCH] 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-format-patch failed