Module Name: src
Committed By: martin
Date: Thu Mar 1 19:07:31 UTC 2018
Modified Files:
src/sys/arch/x86/include [netbsd-8]: Makefile
Log Message:
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>
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.21.8.1 src/sys/arch/x86/include/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x86/include/Makefile
diff -u src/sys/arch/x86/include/Makefile:1.21 src/sys/arch/x86/include/Makefile:1.21.8.1
--- src/sys/arch/x86/include/Makefile:1.21 Thu Dec 15 12:04:18 2016
+++ src/sys/arch/x86/include/Makefile Thu Mar 1 19:07:31 2018
@@ -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 @@ INCS= aout_machdep.h \
cpu_ucode.h \
cputypes.h \
cpuvar.h \
- dbregs.h \
float.h \
fpu.h \
ieee.h ieeefp.h \