make CPU microcode loading dependent on both DOM0OPS AND CPU_UCODE

This commit is contained in:
jnemeth 2016-05-20 03:41:20 +00:00
parent 5fbd96fa60
commit 605ea3fe8e
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files.xen,v 1.140 2016/02/27 15:42:20 mlelstv Exp $
# $NetBSD: files.xen,v 1.141 2016/05/20 03:41:20 jnemeth 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
@ -93,9 +93,9 @@ file arch/xen/x86/xen_pmap.c
file arch/xen/x86/xen_intr.c
file arch/xen/x86/xenfunc.c
file arch/xen/xen/xen_ucode.c dom0ops | cpu_ucode needs-flag
file arch/x86/x86/cpu_ucode_amd.c dom0ops | cpu_ucode needs-flag
file arch/x86/x86/cpu_ucode_intel.c dom0ops | cpu_ucode needs-flag
file arch/xen/xen/xen_ucode.c dom0ops & cpu_ucode needs-flag
file arch/x86/x86/cpu_ucode_amd.c dom0ops & cpu_ucode needs-flag
file arch/x86/x86/cpu_ucode_intel.c dom0ops & cpu_ucode needs-flag
file arch/xen/xen/xen_machdep.c
file arch/xen/xen/xen_debug.c