Magellan Linux

Contents of /trunk/kernel26-xen/patches-2.6.25-r1/1068-2.6.25-xen-Comment-debugging-msgs.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 606 - (show annotations) (download)
Thu May 22 23:13:13 2008 UTC (15 years, 11 months ago) by niro
File size: 984 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 From 962759e93e1c101b3c26e3fe3b67a948c8b21173 Mon Sep 17 00:00:00 2001
2 From: Eduardo Habkost <ehabkost@redhat.com>
3 Date: Mon, 17 Dec 2007 18:08:43 -0200
4 Subject: [PATCH] Comment debugging msgs
5
6 Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
7 ---
8 include/xen/page.h | 4 ++--
9 1 files changed, 2 insertions(+), 2 deletions(-)
10
11 diff --git a/include/xen/page.h b/include/xen/page.h
12 index 8008734..158fb60 100644
13 --- a/include/xen/page.h
14 +++ b/include/xen/page.h
15 @@ -74,7 +74,7 @@ static inline unsigned long mfn_to_pfn(unsigned long mfn)
16 #endif
17
18 pfn = 0;
19 - xprintk("mfn_to_pfn(%lx):\n", mfn);
20 + //xprintk("mfn_to_pfn(%lx):\n", mfn);
21
22 /*
23 * The array access can fail (e.g., device space beyond end of RAM).
24 @@ -83,7 +83,7 @@ static inline unsigned long mfn_to_pfn(unsigned long mfn)
25 */
26 __get_user(pfn, &machine_to_phys_mapping[mfn]);
27
28 - xprintk("mfn_to_pfn(%lx) = %lx\n", mfn, pfn);
29 + //xprintk("mfn_to_pfn(%lx) = %lx\n", mfn, pfn);
30 return pfn;
31 }
32
33 --
34 1.5.4.1
35