From: Tejun Heo Date: Fri, 3 Sep 2010 16:22:47 +0000 (+0200) Subject: vmalloc: pcpu_get/free_vm_areas() aren't needed on UP X-Git-Tag: v2.6.37-rc1~141^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bc14062414d35c269b7c7dc3243a890886e7b38;p=pandora-kernel.git vmalloc: pcpu_get/free_vm_areas() aren't needed on UP These functions are used only by percpu memory allocator on SMP. Don't build them on UP. Signed-off-by: Tejun Heo Cc: Nick Piggin --- Reading git-diff-tree failed