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

[Xen-changelog] Remove annoying #warning when compiling with CONFIG_XEN_

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Remove annoying #warning when compiling with CONFIG_XEN_SMP
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 14 Jan 2006 01:28:15 +0000
Delivery-date: Sat, 14 Jan 2006 01:36:20 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User djm@xxxxxxxxxxxxxxx
# Node ID 4690777cf62aed9de8c8090bcd400896e690e928
# Parent  fb80697dbcf901f8a5584f13cd853e193a7fcd8e
Remove annoying #warning when compiling with CONFIG_XEN_SMP

diff -r fb80697dbcf9 -r 4690777cf62a xen/include/asm-ia64/config.h
--- a/xen/include/asm-ia64/config.h     Fri Jan 13 20:16:44 2006
+++ b/xen/include/asm-ia64/config.h     Fri Jan 13 20:19:30 2006
@@ -121,7 +121,7 @@
 
 // from include/asm-ia64/smp.h
 #ifdef CONFIG_SMP
-#warning "Lots of things to fix to enable CONFIG_SMP!"
+//#warning "Lots of things to fix to enable CONFIG_SMP!"
 #endif
 #define        get_cpu()       smp_processor_id()
 #define put_cpu()      do {} while(0)

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Remove annoying #warning when compiling with CONFIG_XEN_SMP, Xen patchbot -unstable <=