Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/include Stop installing dbregs.h



details:   https://anonhg.NetBSD.org/src/rev/ccbce672bdb0
branches:  trunk
changeset: 359612:ccbce672bdb0
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sat Feb 17 13:01:23 2018 +0000

description:
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 a55c8d164e5c -r ccbce672bdb0 sys/arch/x86/include/Makefile
--- a/sys/arch/x86/include/Makefile     Sat Feb 17 08:07:06 2018 +0000
+++ b/sys/arch/x86/include/Makefile     Sat Feb 17 13:01:23 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.21 2016/12/15 12:04:18 kamil Exp $
+#      $NetBSD: Makefile,v 1.22 2018/02/17 13:01:23 kamil 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