Source-Changes-HG archive

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

[src/netbsd-8]: src/sys/arch/x86/include Pull up following revision(s) (reque...



details:   https://anonhg.NetBSD.org/src/rev/6a42f36f93ed
branches:  netbsd-8
changeset: 851436:6a42f36f93ed
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Mar 01 19:07:31 2018 +0000

description:
Pull up following revision(s) (requested by kamil in ticket #599):
        sys/arch/x86/include/Makefile: revision 1.22
Stop installing dbregs.h
This is now kernel-only header. The behavior is well specified by the CPU=
documents and we don't introduce changes to it.
Noted by <wiz>

diffstat:

 sys/arch/x86/include/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 1b31b84b09a9 -r 6a42f36f93ed sys/arch/x86/include/Makefile
--- a/sys/arch/x86/include/Makefile     Thu Mar 01 19:04:57 2018 +0000
+++ b/sys/arch/x86/include/Makefile     Thu Mar 01 19:07:31 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.21 2016/12/15 12:04:18 kamil Exp $
+#      $NetBSD: Makefile,v 1.21.8.1 2018/03/01 19:07:31 martin Exp $
 
 INCSDIR=/usr/include/x86
 
@@ -11,7 +11,6 @@
        cpu_ucode.h \
        cputypes.h \
        cpuvar.h \
-       dbregs.h \
        float.h \
        fpu.h \
        ieee.h ieeefp.h \



Home | Main Index | Thread Index | Old Index