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-devel

[Xen-devel] [patch] non-SMP build fix

To: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [patch] non-SMP build fix
From: Hollis Blanchard <hollisb@xxxxxxxxxx>
Date: Thu, 31 Mar 2005 16:14:56 -0600
Delivery-date: Thu, 31 Mar 2005 22:17:14 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: IBM Linux Technology Center
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
With CONFIG_SMP undefined, this patch is needed to fix these errors:
schedule.c: In function `schedulers_start':
schedule.c:559: warning: statement with no effect
schedule.c:562: warning: statement with no effect

Non-SMP build still doesn't work on x86 because touch_nmi_watchdog is
declared in asm/apic.h, and there is no policy of including the headers
you use. I would suggest moving the declaration to an arch-neutral
header.

-- 
Hollis Blanchard
IBM Linux Technology Center

Attachment: xen-smp_call_function.diff
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [patch] non-SMP build fix, Hollis Blanchard <=