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] [linux-ppc-2.6] [POWERPC][XEN][LINUX] Undefine DEBUG and clean

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [linux-ppc-2.6] [POWERPC][XEN][LINUX] Undefine DEBUG and clean whitespace.
From: "Xen patchbot-linux-ppc-2.6" <patchbot-linux-ppc-2.6@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 05 Mar 2007 11:30:40 -0800
Delivery-date: Mon, 05 Mar 2007 11:31:48 -0800
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 Hollis Blanchard <hollisb@xxxxxxxxxx>
# Date 1173122618 21600
# Node ID 04f6ad5d9232878cbcf8810025bb3ab59cbb62b6
# Parent  43dcc1cc2dd84e7b02c48e2824e37cf1505b2df3
[POWERPC][XEN][LINUX] Undefine DEBUG and clean whitespace.
Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx>
---
 arch/powerpc/platforms/xen/time.c |    9 +--------
 1 files changed, 1 insertion(+), 8 deletions(-)

diff -r 43dcc1cc2dd8 -r 04f6ad5d9232 arch/powerpc/platforms/xen/time.c
--- a/arch/powerpc/platforms/xen/time.c Thu Mar 01 14:42:25 2007 -0600
+++ b/arch/powerpc/platforms/xen/time.c Mon Mar 05 13:23:38 2007 -0600
@@ -5,8 +5,6 @@
 #include <asm/machdep.h>
 #include <asm/time.h>
 #include <asm/udbg.h>
-
-#define DEBUG
 
 #ifdef DEBUG
 #define DBG(fmt...) printk(fmt)
@@ -19,7 +17,7 @@ static inline ulong time_from_shared(voi
        ulong t;
 
        DBG("tb_freq: %ld\n", ppc_tb_freq);
-       
+
        t = mftb() - HYPERVISOR_shared_info->arch.boot_timebase;
        t /= ppc_tb_freq;
        t += HYPERVISOR_shared_info->wc_sec;
@@ -83,14 +81,9 @@ void __init xen_setup_time(struct machde
        ppc_md.get_boot_time = xen_get_boot_time;
        host_md_get_boot_time = host_md->get_boot_time;
 
-
        ppc_md.set_rtc_time = xen_set_rtc_time;
        host_md_set_rtc_time = host_md->set_rtc_time;
-
 
        ppc_md.get_rtc_time = xen_get_rtc_time;
        host_md_get_rtc_time = host_md->get_rtc_time;
 }
-
-
-       

_______________________________________________
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] [linux-ppc-2.6] [POWERPC][XEN][LINUX] Undefine DEBUG and clean whitespace., Xen patchbot-linux-ppc-2.6 <=