ChangeSet 1.1435, 2005/05/12 15:07:26+01:00, cl349@xxxxxxxxxxxxxxxxxxxx
setup_arch_post.h, setup.c:
Clenup whitespace.
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>
arch/xen/i386/kernel/setup.c | 12 ++++++------
include/asm-xen/asm-i386/mach-xen/setup_arch_post.h | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)
diff -Nru a/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/setup.c
b/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/setup.c
--- a/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/setup.c 2005-05-12
12:04:33 -04:00
+++ b/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/setup.c 2005-05-12
12:04:33 -04:00
@@ -289,9 +289,9 @@
unsigned char *rom;
int i;
- /* Nothing to do if not running in dom0. */
- if ( !(xen_start_info.flags & SIF_INITDOMAIN) )
- return;
+ /* Nothing to do if not running in dom0. */
+ if (!(xen_start_info.flags & SIF_INITDOMAIN))
+ return;
/* video rom */
upper = adapter_rom_resources[0].start;
@@ -1217,9 +1217,9 @@
else
legacy_init_iomem_resources(&code_resource, &data_resource);
- if ( xen_start_info.flags & SIF_INITDOMAIN )
- /* EFI systems may still have VGA */
- request_resource(&iomem_resource, &video_ram_resource);
+ if (xen_start_info.flags & SIF_INITDOMAIN)
+ /* EFI systems may still have VGA */
+ request_resource(&iomem_resource, &video_ram_resource);
/* request I/O space for devices used on all i[345]86 PCs */
for (i = 0; i < STANDARD_IO_RESOURCES; i++)
diff -Nru
a/linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/mach-xen/setup_arch_post.h
b/linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/mach-xen/setup_arch_post.h
---
a/linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/mach-xen/setup_arch_post.h
2005-05-12 12:04:33 -04:00
+++
b/linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/mach-xen/setup_arch_post.h
2005-05-12 12:04:33 -04:00
@@ -13,12 +13,12 @@
who = "Xen";
- /* In dom0, we have to start the fake e820 map above the first 1MB, in
- * other domains, it can start at 0. */
- if ( xen_start_info.flags & SIF_INITDOMAIN )
- start_pfn = 0x100;
- else
- start_pfn = 0;
+ /* In dom0, we have to start the fake e820 map above the first
+ * 1MB, in other domains, it can start at 0. */
+ if (xen_start_info.flags & SIF_INITDOMAIN)
+ start_pfn = 0x100;
+ else
+ start_pfn = 0;
max_pfn = xen_start_info.nr_pages;
e820.nr_map = 0;
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|