Skip to content
Commit d48daf37 authored by Ido Yariv's avatar Ido Yariv Committed by Ingo Molnar
Browse files

x86/vsmp: Fix linker error when CONFIG_PROC_FS is not set



set_vsmp_pv_ops() references no_irq_affinity which is undeclared
if CONFIG_PROC_FS isn't set. Fix this by adding an #ifdef around
this variable's access.

Reported-by: default avatarFengguang Wu <wfg@linux.intel.com>
Signed-off-by: default avatarIdo Yariv <ido@wizery.com>
Acked-by: default avatarShai Fultheim <shai@scalemp.com>
Link: http://lkml.kernel.org/r/1339688588-12674-1-git-send-email-ido@wizery.com


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent 110c1e1f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment