Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/x86 whitespace nit



details:   https://anonhg.NetBSD.org/src/rev/8134a7664b09
branches:  trunk
changeset: 565484:8134a7664b09
user:      kochi <kochi%NetBSD.org@localhost>
date:      Sat Apr 10 14:17:21 2004 +0000

description:
whitespace nit

diffstat:

 sys/arch/x86/x86/acpi_machdep.c |   6 +++---
 sys/arch/x86/x86/mpacpi.c       |  12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (81 lines):

diff -r b03f4035b917 -r 8134a7664b09 sys/arch/x86/x86/acpi_machdep.c
--- a/sys/arch/x86/x86/acpi_machdep.c   Sat Apr 10 12:30:26 2004 +0000
+++ b/sys/arch/x86/x86/acpi_machdep.c   Sat Apr 10 14:17:21 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: acpi_machdep.c,v 1.5 2003/10/10 20:16:54 tron Exp $    */
+/*     $NetBSD: acpi_machdep.c,v 1.6 2004/04/10 14:17:21 kochi Exp $   */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_machdep.c,v 1.5 2003/10/10 20:16:54 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_machdep.c,v 1.6 2004/04/10 14:17:21 kochi Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -323,7 +323,7 @@
        return (rv);
 }
 
-void 
+void
 acpi_md_OsDisableInterrupt(void)
 {
        disable_intr();
diff -r b03f4035b917 -r 8134a7664b09 sys/arch/x86/x86/mpacpi.c
--- a/sys/arch/x86/x86/mpacpi.c Sat Apr 10 12:30:26 2004 +0000
+++ b/sys/arch/x86/x86/mpacpi.c Sat Apr 10 14:17:21 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mpacpi.c,v 1.19 2004/03/24 09:15:38 martin Exp $       */
+/*     $NetBSD: mpacpi.c,v 1.20 2004/04/10 14:17:21 kochi Exp $        */
 
 /*
  * Copyright (c) 2003 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mpacpi.c,v 1.19 2004/03/24 09:15:38 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mpacpi.c,v 1.20 2004/04/10 14:17:21 kochi Exp $");
 
 #include "opt_acpi.h"
 #include "opt_mpbios.h"
@@ -183,7 +183,7 @@
                ioapic->sc_pins[pin].ip_map = mpi;
                mpi->ioapic_ih = APIC_INT_VIA_APIC |
                    (ioapic->sc_apicid << APIC_INT_APIC_SHIFT) |
-                   (pin << APIC_INT_PIN_SHIFT); 
+                   (pin << APIC_INT_PIN_SHIFT);
                mpi->flags = ioapic_nmi->Polarity |
                    (ioapic_nmi->TriggerMode << 2);
                mpi->global_int = ioapic_nmi->Interrupt;
@@ -298,7 +298,7 @@
                        caa.cpu_func = &mp_cpu_funcs;
                        config_found_sm(parent, &caa, mpacpi_print,
                            mpacpi_match);
-                       
+
                }
        }
        return AE_OK;
@@ -599,7 +599,7 @@
                        if (mpr->mpr_bus != -1) {
                                mpw.mpw_acpi = acpi;
                                mpw.mpw_mpr = mpr;
-                               AcpiWalkNamespace(ACPI_TYPE_DEVICE, 
+                               AcpiWalkNamespace(ACPI_TYPE_DEVICE,
                                    mpr->mpr_handle, 1, mpacpi_pcihier_cb,
                                    &mpw, NULL);
                        }
@@ -674,7 +674,7 @@
                ioapic->sc_pins[i].ip_map = mpi;
                index++;
        }
-       
+
        mpacpi_intr_index = index;
        if (acpi_madt_map() != AE_OK)
                panic("failed to map the MADT a second time");



Home | Main Index | Thread Index | Old Index