Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/common PR port-xen/53130 was fixed and closed som...



details:   https://anonhg.NetBSD.org/src/rev/5a19155c6a5e
branches:  trunk
changeset: 1021310:5a19155c6a5e
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue May 25 16:50:49 2021 +0000

description:
PR port-xen/53130 was fixed and closed some time ago, so now we can
belatedly re-enable inclusion of the compat_60 x86 microcode code in
the loadable module.  (It was already being included in the built-in
version of the module.)

diffstat:

 sys/compat/common/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r ec318feed3a9 -r 5a19155c6a5e sys/compat/common/Makefile
--- a/sys/compat/common/Makefile        Tue May 25 11:55:42 2021 +0000
+++ b/sys/compat/common/Makefile        Tue May 25 16:50:49 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.65 2019/01/27 02:08:39 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.66 2021/05/25 16:50:49 pgoyette Exp $
 
 LIB=           compat
 NOPIC=         # defined
@@ -27,11 +27,9 @@
 
 lib${LIB}.po:: ${POBJS:O} __buildproflib
 
-.if NOTYET
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 CPPFLAGS+=     -DCPU_UCODE
 .endif
-.endif
 
 showsources: ${SRCS}
        @echo ${.ALLSRC}



Home | Main Index | Thread Index | Old Index