From: Ingo Molnar Date: Sat, 14 Nov 2009 00:35:29 +0000 (+0100) Subject: hw-breakpoints, x86: Fix modular KVM build X-Git-Tag: v2.6.33-rc1~399^2~146^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68efa37df779b3e04280598e8b5b3a1919b65fee;p=pandora-kernel.git hw-breakpoints, x86: Fix modular KVM build This build error: arch/x86/kvm/x86.c:3655: error: implicit declaration of function 'hw_breakpoint_restore' Happens because in the CONFIG_KVM=m case there's no 'CONFIG_KVM' define in the kernel - it's CONFIG_KVM_MODULE in that case. Make the prototype available unconditionally. Cc: Frederic Weisbecker Cc: Prasad LKML-Reference: <1258114575-32655-1-git-send-email-fweisbec@gmail.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed