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/3c2509454ab1
branches:  trunk
changeset: 829913:3c2509454ab1
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 038c7d013e5c -r 3c2509454ab1 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