Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/conf x86/x86/ipi.c should not be built for XENP...



details:   https://anonhg.NetBSD.org/src/rev/71bc9073b50b
branches:  trunk
changeset: 932402:71bc9073b50b
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Wed May 06 19:45:12 2020 +0000

description:
x86/x86/ipi.c should not be built for XENPV, even if dom0ops is defined.

diffstat:

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

diffs (18 lines):

diff -r db6cccf64737 -r 71bc9073b50b sys/arch/x86/conf/files.x86
--- a/sys/arch/x86/conf/files.x86       Wed May 06 19:31:32 2020 +0000
+++ b/sys/arch/x86/conf/files.x86       Wed May 06 19:45:12 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.x86,v 1.110 2020/04/25 15:26:18 bouyer Exp $
+#      $NetBSD: files.x86,v 1.111 2020/05/06 19:45:12 bouyer Exp $
 
 # options for MP configuration through the MP spec
 defflag opt_mpbios.h MPBIOS MPDEBUG MPBIOS_SCANPCI
@@ -98,7 +98,7 @@
 file   arch/x86/x86/kgdb_machdep.c     kgdb
 file   arch/x86/x86/nmi.c              machdep
 file   arch/x86/x86/idt.c              machdep
-file   arch/x86/x86/ipi.c              machdep & ( !xenpv | dom0ops )
+file   arch/x86/x86/ipi.c              machdep & !xenpv
 file   arch/x86/x86/mtrr_i686.c        mtrr & !xenpv
 file   arch/x86/x86/patch.c            machdep & !xenpv
 file   arch/x86/x86/platform.c         machdep



Home | Main Index | Thread Index | Old Index