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

[XenPPC] [xenppc-unstable] [ppc] fix accidentally pushe nits

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [xenppc-unstable] [ppc] fix accidentally pushe nits
From: Xen patchbot-xenppc-unstable <patchbot-xenppc-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 30 Jun 2006 12:20:42 +0000
Delivery-date: Fri, 30 Jun 2006 05:50:26 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
# Node ID 095914973669c87d0543396e62b53e1aabd8b684
# Parent  cd04c78dd63512ea9933196374d20ab9fbd4eb47
[ppc] fix accidentally pushe nits
---
 xen/arch/ppc/Rules.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -r cd04c78dd635 -r 095914973669 xen/arch/ppc/Rules.mk
--- a/xen/arch/ppc/Rules.mk     Fri Jun 30 08:15:04 2006 -0400
+++ b/xen/arch/ppc/Rules.mk     Fri Jun 30 08:20:15 2006 -0400
@@ -3,14 +3,14 @@ CC := $(CROSS_COMPILE)gcc
 CC := $(CROSS_COMPILE)gcc
 LD := $(CROSS_COMPILE)ld
 
-# These are gooness that applies to all source.
+# These are goodess that applies to all source.
 C_WARNINGS := -Wpointer-arith -Wredundant-decls
 
 # _no_ common code can have packed data structures or we are in touble.
 C_WARNINGS += -Wpacked
 
 CFLAGS := -m64 -ffreestanding -fno-builtin -fno-common -fno-strict-aliasing
-CFLAGS += -iwithprefix include -Wall -Werror -pipe # -Wpadded
+CFLAGS += -iwithprefix include -Wall -Werror -pipe
 CFLAGS += -I$(BASEDIR)/include
 CFLAGS += -I$(BASEDIR)/include/asm-ppc/mach-generic
 CFLAGS += -I$(BASEDIR)/include/asm-ppc/mach-default

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

<Prev in Thread] Current Thread [Next in Thread>
  • [XenPPC] [xenppc-unstable] [ppc] fix accidentally pushe nits, Xen patchbot-xenppc-unstable <=