From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754313AbbFWH5b (ORCPT ); Tue, 23 Jun 2015 03:57:31 -0400 Received: from cantor2.suse.de ([195.135.220.15]:55848 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753450AbbFWH5W (ORCPT ); Tue, 23 Jun 2015 03:57:22 -0400 Date: Tue, 23 Jun 2015 09:57:19 +0200 From: Olaf Hering To: "K. Y. Srinivasan" Cc: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, apw@canonical.com, vkuznets@redhat.com, jasowang@redhat.com Subject: Re: [PATCH V2 04/10] Drivers: hv: vmbus: add special kexec handler Message-ID: <20150623075719.GA19219@gmail.com> References: <1433460339-9346-1-git-send-email-kys@microsoft.com> <1433460376-9387-1-git-send-email-kys@microsoft.com> <1433460376-9387-4-git-send-email-kys@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1433460376-9387-4-git-send-email-kys@microsoft.com> User-Agent: Mutt/1.5.23 (2015-06-07) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 04, K. Y. Srinivasan wrote: > +++ b/arch/x86/kernel/cpu/mshyperv.c > @@ -18,6 +18,9 @@ > #include > #include > #include > +#ifdef CONFIG_KEXEC > +#include > +#endif Is this #ifdef required? Olaf