|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
Re: [XenPPC] [PATCH] undef DEBUG in linuxppc time.c to prevent printk fl
On Wed, 2007-05-02 at 10:47 +0200, Christian Ehrhardt wrote:
> diff -r 43dcc1cc2dd8 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 Wed May 02 07:52:26 2007 +0200
> @@ -6,7 +6,7 @@
> #include <asm/time.h>
> #include <asm/udbg.h>
>
> -#define DEBUG
> +#undef DEBUG
>
> #ifdef DEBUG
> #define DBG(fmt...) printk(fmt)
I committed something like this recently, so if you update your Linux
tree it should be fixed.
--
Hollis Blanchard
IBM Linux Technology Center
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
|
|
|
|