From: Nicholas Bellinger Date: Wed, 27 Jul 2011 20:13:22 +0000 (+0000) Subject: iscsi-target: Fix CONFIG_SMP=n and CONFIG_MODULES=n build failure X-Git-Tag: v3.1-rc1~41^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aadcec010127a20599500c7007fbe9998744be41;p=pandora-kernel.git iscsi-target: Fix CONFIG_SMP=n and CONFIG_MODULES=n build failure This patch fixes the following CONFIG_SMP=n and CONFIG_MODULES=n build failure, because iscsit_thread_get_cpumask() is defined as a macro in iscsi_target.c, but needed by iscsi_target_login.c drivers/built-in.o: In function `iscsi_post_login_handler': iscsi_target_login.c:(.text+0x13a315): undefined reference to `iscsit_thread_get_cpumask' iscsi_target_login.c:(.text+0x13a4b4): undefined reference to `iscsit_thread_get_cpumask' make: *** [.tmp_vmlinux1] Error 1 Reported-by: Randy Dunlap Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed