Module Name:    src
Committed By:   cegger
Date:           Sat Apr 18 11:26:58 UTC 2009

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

Log Message:
build mp.c for xen, too.
Fixes linking failures of Dom0 kernels. (Hi dyoung)


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 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.97 src/sys/arch/xen/conf/files.xen:1.98
--- src/sys/arch/xen/conf/files.xen:1.97	Thu Apr 16 18:00:35 2009
+++ src/sys/arch/xen/conf/files.xen	Sat Apr 18 11:26:58 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: files.xen,v 1.97 2009/04/16 18:00:35 cegger Exp $
+#	$NetBSD: files.xen,v 1.98 2009/04/18 11:26:58 cegger 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 
 
@@ -255,6 +255,9 @@
 # MP configuration using Intel SMP specification 1.4
 file	arch/x86/x86/mpbios.c		mpbios
 
+# MP configuration using either ACPI or Intel SMP specification 1.4
+file 	arch/x86/x86/mp.c		acpi | mpbios
+
 file	arch/x86/pci/pci_bus_fixup.c	pci_bus_fixup
 file	arch/x86/pci/pci_addr_fixup.c	pci_addr_fixup
 

Reply via email to