Magellan Linux

Contents of /trunk/kernel26-xen/patches-2.6.25-r1/1120-2.6.25-xen-Comment-e820_print_map-call-TEMPORARY.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 606 - (show annotations) (download)
Thu May 22 23:13:13 2008 UTC (16 years ago) by niro
File size: 727 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 be6106b8d83fbe658acd633ca2153abd54092c5c Mon Sep 17 00:00:00 2001
2 From: Eduardo Habkost <ehabkost@redhat.com>
3 Date: Wed, 23 Jan 2008 16:03:11 -0200
4 Subject: [PATCH] Comment e820_print_map() call (TEMPORARY)
5
6 Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
7 ---
8 arch/x86/xen/setup.c | 2 +-
9 1 files changed, 1 insertions(+), 1 deletions(-)
10
11 diff --git a/arch/x86/xen/setup.c b/arch/x86/xen/setup.c
12 index 99b7463..1409021 100644
13 --- a/arch/x86/xen/setup.c
14 +++ b/arch/x86/xen/setup.c
15 @@ -50,7 +50,7 @@ char * __init xen_memory_setup(void)
16
17 #ifdef CONFIG_X86_64
18 early_printk(KERN_INFO "Xen-provided physical RAM map:\n");
19 - e820_print_map("Xen");
20 + //e820_print_map("Xen");
21 #endif
22 return "Xen";
23 }
24 --
25 1.5.4.1
26