WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] setup.c:

ChangeSet 1.1433, 2005/05/12 14:56:34+01:00, cl349@xxxxxxxxxxxxxxxxxxxx

        setup.c:
          Cleanup really randomly added whitespace -- is your space key stuck?
          Cleanup whitespace.
        Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>



 setup.c |   21 ++++++++++-----------
 1 files changed, 10 insertions(+), 11 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:21 -04:00
+++ b/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/setup.c      2005-05-12 
12:04:21 -04:00
@@ -1572,20 +1572,19 @@
        HYPERVISOR_physdev_op(&op);
 
 #ifdef CONFIG_ACPI_BOOT
-       if ( !(xen_start_info.flags & SIF_INITDOMAIN) )
-       {
-            printk(KERN_INFO "Not running in dom0: Disabling ACPI\n");
-            acpi_disabled = 1;
-             acpi_ht = 0;
+       if (!(xen_start_info.flags & SIF_INITDOMAIN)) {
+               printk(KERN_INFO "Not running in dom0: Disabling ACPI\n");
+               acpi_disabled = 1;
+               acpi_ht = 0;
        }
 #endif
 
-       /*
-        * Parse the ACPI tables for possible boot-time SMP configuration.
-        */          
-        acpi_boot_table_init();
-        acpi_boot_init();
-            
+       /*
+        * Parse the ACPI tables for possible boot-time SMP configuration.
+        */
+       acpi_boot_table_init();
+       acpi_boot_init();
+
 #ifdef CONFIG_X86_LOCAL_APIC
        if (smp_found_config)
                get_smp_config();

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>