Module Name: src
Committed By: kamil
Date: Sat Feb 17 13:01:23 UTC 2018
Modified Files:
src/sys/arch/x86/include: Makefile
Log Message:
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.22 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.22
--- src/sys/arch/x86/include/Makefile:1.21 Thu Dec 15 12:04:18 2016
+++ src/sys/arch/x86/include/Makefile Sat Feb 17 13:01:23 2018
@@ -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 @@ INCS= aout_machdep.h \
cpu_ucode.h \
cputypes.h \
cpuvar.h \
- dbregs.h \
float.h \
fpu.h \
ieee.h ieeefp.h \