From: Peng Tao Date: Mon, 15 Jul 2013 14:27:10 +0000 (+0800) Subject: staging/lustre: fix build error when !CONFIG_SMP X-Git-Tag: v3.12-rc1~183^2~798 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3867ea5a4bc4d428f8d93557fb0fbc2cac2f2cdf;p=pandora-kernel.git staging/lustre: fix build error when !CONFIG_SMP Three functions cfs_cpu_ht_nsiblings, cfs_cpt_cpumask and cfs_cpt_table_print are missing if !CONFIG_SMP. cpumask_t/nodemask_t/__read_mostly/____cacheline_aligned are redefined. Signed-off-by: Peng Tao Signed-off-by: Andreas Dilger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed