Magellan Linux

Annotation of /trunk/kernel26-xen/patches-2.6.25-r1/1062-2.6.25-xen-Disable-multicalls.c-too-verbose-debugging.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 606 - (hide annotations) (download)
Thu May 22 23:13:13 2008 UTC (16 years ago) by niro
File size: 1234 byte(s)
-ver bump to 2.6.25-magellan-r1:
- linux-2.6.25.4
- fbcondecor-0.9.4
- squashfs-3.3
- unionfs-2.3.3
- tuxonice-3.0-rc7
- linux-phc-0.3.0
- acpi-dstd-0.9a
- reiser4
- xen-3.2.0
. ipw3945-1.2.2

1 niro 606 From 41f4f6ee79371a80482c311d224202f99ae79e31 Mon Sep 17 00:00:00 2001
2     From: Eduardo Habkost <ehabkost@redhat.com>
3     Date: Wed, 12 Dec 2007 16:24:08 -0200
4     Subject: [PATCH] Disable multicalls.c too-verbose debugging
5    
6     Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
7     ---
8     arch/x86/xen/multicalls.c | 8 ++++----
9     1 files changed, 4 insertions(+), 4 deletions(-)
10    
11     diff --git a/arch/x86/xen/multicalls.c b/arch/x86/xen/multicalls.c
12     index c96a8b0..7506e59 100644
13     --- a/arch/x86/xen/multicalls.c
14     +++ b/arch/x86/xen/multicalls.c
15     @@ -62,7 +62,7 @@ void xen_mc_flush(void)
16     something in the middle */
17     local_irq_save(flags);
18    
19     - xprintk("xen_mc_flush called. mcidx: %u\n", b->mcidx);
20     + //xprintk("xen_mc_flush called. mcidx: %u\n", b->mcidx);
21    
22     if (b->mcidx) {
23     #if MC_DEBUG
24     @@ -76,8 +76,8 @@ void xen_mc_flush(void)
25     if (b->entries[i].result < 0)
26     ret++;
27    
28     - xprintk("multicall ret: %d\n", ret);
29     -//#if MC_DEBUG
30     + //xprintk("multicall ret: %d\n", ret);
31     +#if MC_DEBUG
32     if (ret) {
33     xprintk("%d multicall(s) failed: cpu %d\n",
34     ret, smp_processor_id());
35     @@ -89,7 +89,7 @@ void xen_mc_flush(void)
36     b->entries[i].result);
37     }
38     }
39     -//#endif
40     +#endif
41    
42     b->mcidx = 0;
43     b->argidx = 0;
44     --
45     1.5.4.1
46