Source-Changes-HG archive

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

[src/cherry-xenmp]: src/sys/arch/xen/conf Conditionally compile xen_ipi.c



details:   https://anonhg.NetBSD.org/src/rev/cfc5cc3a6ed8
branches:  cherry-xenmp
changeset: 765615:cfc5cc3a6ed8
user:      cherry <cherry%NetBSD.org@localhost>
date:      Mon Jun 27 10:21:52 2011 +0000

description:
Conditionally compile xen_ipi.c

diffstat:

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

diffs (18 lines):

diff -r ce21bcde0f1f -r cfc5cc3a6ed8 sys/arch/xen/conf/files.xen
--- a/sys/arch/xen/conf/files.xen       Sun Jun 26 12:56:32 2011 +0000
+++ b/sys/arch/xen/conf/files.xen       Mon Jun 27 10:21:52 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.xen,v 1.118.2.2 2011/06/23 14:19:49 cherry Exp $
+#      $NetBSD: files.xen,v 1.118.2.3 2011/06/27 10:21:52 cherry 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 
 
@@ -127,7 +127,7 @@
 file   arch/xen/x86/consinit.c
 file   arch/x86/x86/identcpu.c
 file   arch/xen/x86/intr.c
-file   arch/xen/x86/xen_ipi.c
+file   arch/xen/x86/xen_ipi.c          multiprocessor
 file   arch/x86/x86/pmap.c
 file   arch/x86/x86/pmap_tlb.c
 file   arch/x86/x86/procfs_machdep.c   procfs



Home | Main Index | Thread Index | Old Index