Module Name:    src
Committed By:   jruoho
Date:           Sun Jun 12 16:31:57 UTC 2011

Modified Files:
        src/sys/arch/xen/conf: files.xen

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


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 src/sys/arch/xen/conf/files.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/xen/conf/files.xen
diff -u src/sys/arch/xen/conf/files.xen:1.119 src/sys/arch/xen/conf/files.xen:1.120
--- src/sys/arch/xen/conf/files.xen:1.119	Sun Jun 12 03:35:50 2011
+++ src/sys/arch/xen/conf/files.xen	Sun Jun 12 16:31:57 2011
@@ -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

Reply via email to