From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754042AbYI2WZ1 (ORCPT ); Mon, 29 Sep 2008 18:25:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751818AbYI2WZU (ORCPT ); Mon, 29 Sep 2008 18:25:20 -0400 Received: from mx1.redhat.com ([66.187.233.31]:59266 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751908AbYI2WZT (ORCPT ); Mon, 29 Sep 2008 18:25:19 -0400 Date: Mon, 29 Sep 2008 18:24:23 -0400 From: Chuck Ebbert To: Jeremy Fitzhardinge Cc: Ingo Molnar , linux-kernel@vger.kernel.org Subject: [patch] xen: make CONFIG_XEN_SAVE_RESTORE depend on CONFIG_XEN Message-ID: <20080929182423.268c4283@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Chuck Ebbert xen: make CONFIG_XEN_SAVE_RESTORE depend on CONFIG_XEN Xen options need to depend on XEN. Also, add newline at end of file. Without this patch you need to disable CONFIG_PM in order to disable CPU hotplugging. Signed-off-by: Chuck Ebbert --- Index: linux-2.6.26.noarch/arch/x86/xen/Kconfig =================================================================== --- linux-2.6.26.noarch.orig/arch/x86/xen/Kconfig +++ linux-2.6.26.noarch/arch/x86/xen/Kconfig @@ -26,5 +26,5 @@ config XEN_MAX_DOMAIN_MEMORY config XEN_SAVE_RESTORE bool - depends on PM - default y \ No newline at end of file + depends on XEN && PM + default y