Module Name: src
Committed By: pgoyette
Date: Thu Apr 30 04:38:02 UTC 2009
Modified Files:
src/sys/arch/xen/conf: files.xen
Log Message:
Include cpu_topology.c for xen kernels, too.
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 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.98 src/sys/arch/xen/conf/files.xen:1.99
--- src/sys/arch/xen/conf/files.xen:1.98 Sat Apr 18 11:26:58 2009
+++ src/sys/arch/xen/conf/files.xen Thu Apr 30 04:38:01 2009
@@ -1,4 +1,4 @@
-# $NetBSD: files.xen,v 1.98 2009/04/18 11:26:58 cegger Exp $
+# $NetBSD: files.xen,v 1.99 2009/04/30 04:38:01 pgoyette 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
@@ -130,6 +130,7 @@
file arch/x86/x86/tsc.c
file arch/x86/x86/vm_machdep.c
file arch/x86/x86/x86_machdep.c
+file arch/x86/x86/cpu_topology.c
include "arch/xen/conf/files.compat"