WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-merge

[Xen-merge] [PATCH] suppress building of arch/i386/power/cpu.c

To: <xen-merge@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-merge] [PATCH] suppress building of arch/i386/power/cpu.c
From: "Jan Beulich" <JBeulich@xxxxxxxxxx>
Date: Tue, 20 Dec 2005 14:02:00 +0100
Delivery-date: Tue, 20 Dec 2005 13:03:55 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-merge-request@lists.xensource.com?subject=help>
List-id: xen-merge <xen-merge.lists.xensource.com>
List-post: <mailto:xen-merge@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-merge>, <mailto:xen-merge-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-merge>, <mailto:xen-merge-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-merge-bounces@xxxxxxxxxxxxxxxxxxx
This file carries out various dangerous operations that aren't properly
virtualized yet, and the code provided there really isn't needed only
with CONFIG_PM (which gets forced on by ACPI). Hence the attached patch
conditionalizes the compilation of this file upon either
CONFIG_PM_LEGACY (could even be CONFIG_APM) or CONFIG_SOFTWARE_SUSPEND.
Subsequent patches (merging include/asm-i386/mach-xen/asm/* into
include/asm-i386/*) will, along with the actual merge, conditionalize
some of the constructs used here, which would then make the build fail
if this file was still compiled in.

Jan

Attachment: xenlinux-i386-pm.patch
Description: Text document

_______________________________________________
Xen-merge mailing list
Xen-merge@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-merge
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-merge] [PATCH] suppress building of arch/i386/power/cpu.c, Jan Beulich <=