Re: [PATCH 1/1] X86: mshyperv.c: Fix a compilation issue.

2015-08-10 Thread Vitaly Kuznetsov
redhat.com; s...@canb.auug.org.au; t...@linutronix.de; >> mi...@redhat.com; h...@zytor.com; x...@kernel.org; Haiyang Zhang >> >> Subject: Re: [PATCH 1/1] X86: mshyperv.c: Fix a compilation issue. >> >> On Thu, Aug 06, 2015 at 02:41:24PM -0700, K. Y. Srinivasan wrote: >>

RE: [PATCH 1/1] X86: mshyperv.c: Fix a compilation issue.

2015-08-06 Thread KY Srinivasan
; mi...@redhat.com; h...@zytor.com; x...@kernel.org; Haiyang Zhang > > Subject: Re: [PATCH 1/1] X86: mshyperv.c: Fix a compilation issue. > > On Thu, Aug 06, 2015 at 02:41:24PM -0700, K. Y. Srinivasan wrote: > > Building with a random configuration file, this build failure > &

Re: [PATCH 1/1] X86: mshyperv.c: Fix a compilation issue.

2015-08-06 Thread Greg KH
On Thu, Aug 06, 2015 at 02:41:24PM -0700, K. Y. Srinivasan wrote: > Building with a random configuration file, this build failure > was reported: > > arch/x86/built-in.o: In function `hv_machine_crash_shutdown': > arch/x86/kernel/cpu/mshyperv.c:112: undefined > reference to `native_machine_crash_s

[PATCH 1/1] X86: mshyperv.c: Fix a compilation issue.

2015-08-06 Thread K. Y. Srinivasan
Building with a random configuration file, this build failure was reported: arch/x86/built-in.o: In function `hv_machine_crash_shutdown': arch/x86/kernel/cpu/mshyperv.c:112: undefined reference to `native_machine_crash_shutdown' This patch fixes the problem Reported-by: Jim Davis Signed-off-by: