From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH] x86/kexec: Hide more kexec infrastructure behind CONFIG_KEXEC Date: Tue, 24 Nov 2015 16:24:38 +0000 Message-ID: <56548F46.9020202@citrix.com> References: <1448382208-13248-1-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1448382208-13248-1-git-send-email-andrew.cooper3@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Andrew Cooper , Xen-devel Cc: Doug Goldstein , Jan Beulich List-Id: xen-devel@lists.xenproject.org On 24/11/15 16:23, Andrew Cooper wrote: > Experimenting with the kconfig series showed that various bits of kexec > infrastructure were still being unconditionally included. Make them > conditional on CONFIG_KEXEC. Reviewed-by: David Vrabel David