[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XenPPC] [linux-ppc-2.6] [POWERPC][XEN][LINUX] Undefine DEBUG and clean whitespace.
# 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |