Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/xen/conf Fix build failure for the odd child, as po...



details:   https://anonhg.NetBSD.org/src/rev/398917384d0d
branches:  trunk
changeset: 765997:398917384d0d
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun Jun 12 16:31:57 2011 +0000

description:
Fix build failure for the odd child, as pointed out by pgoyette@.

diffstat:

 sys/arch/xen/conf/files.xen |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 4772b10f9dca -r 398917384d0d sys/arch/xen/conf/files.xen
--- a/sys/arch/xen/conf/files.xen       Sun Jun 12 16:27:52 2011 +0000
+++ b/sys/arch/xen/conf/files.xen       Sun Jun 12 16:31:57 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.xen,v 1.119 2011/06/12 03:35:50 rmind Exp $
+#      $NetBSD: files.xen,v 1.120 2011/06/12 16:31:57 jruoho Exp $
 #      NetBSD: files.x86,v 1.10 2003/10/08 17:30:00 bouyer Exp 
 #      NetBSD: files.i386,v 1.254 2004/03/25 23:32:10 jmc Exp 
 
@@ -257,7 +257,6 @@
 include "dev/acpi/files.acpi"
 file   arch/xen/xen/xen_acpi_machdep.c acpi
 file   arch/x86/x86/mpacpi.c           acpi
-file   arch/x86/x86/acpi_machdep.c     acpi
 file   arch/x86/x86/i8259.c
 
 # Stubs for x86 routines not included in the system
@@ -275,6 +274,8 @@
 file   arch/x86/x86/apic.c             ioapic
 file   arch/x86/x86/nmi.c
 
+file   arch/x86/acpi/acpi_machdep.c    acpi
+
 device ioapic
 attach ioapic at ioapicbus
 file   arch/x86/x86/ioapic.c           ioapic needs-flag



Home | Main Index | Thread Index | Old Index