Module Name: src
Committed By: kamil
Date: Sat Feb 25 13:34:21 UTC 2017
Modified Files:
src/sys/arch/amd64/include: proc.h
src/sys/arch/i386/include: proc.h
Log Message:
Garbage collect unneeded inclusion of <x86/dbregs.h> in <machine/proc.h>
This is left over after introduction of Debug Register accessors.
This interface replaced older watchpoint API.
Sponsored by <The NetBSD Foundation>
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/amd64/include/proc.h
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/i386/include/proc.h
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/amd64/include/proc.h
diff -u src/sys/arch/amd64/include/proc.h:1.21 src/sys/arch/amd64/include/proc.h:1.22
--- src/sys/arch/amd64/include/proc.h:1.21 Thu Feb 23 03:34:22 2017
+++ src/sys/arch/amd64/include/proc.h Sat Feb 25 13:34:21 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: proc.h,v 1.21 2017/02/23 03:34:22 kamil Exp $ */
+/* $NetBSD: proc.h,v 1.22 2017/02/25 13:34:21 kamil Exp $ */
/*
* Copyright (c) 1991 Regents of the University of California.
@@ -38,7 +38,6 @@
#include <machine/frame.h>
#include <machine/pcb.h>
-#include <x86/dbregs.h>
/*
* Machine-dependent part of the lwp structure for amd64.
Index: src/sys/arch/i386/include/proc.h
diff -u src/sys/arch/i386/include/proc.h:1.44 src/sys/arch/i386/include/proc.h:1.45
--- src/sys/arch/i386/include/proc.h:1.44 Thu Feb 23 03:34:22 2017
+++ src/sys/arch/i386/include/proc.h Sat Feb 25 13:34:21 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: proc.h,v 1.44 2017/02/23 03:34:22 kamil Exp $ */
+/* $NetBSD: proc.h,v 1.45 2017/02/25 13:34:21 kamil Exp $ */
/*
* Copyright (c) 1991 Regents of the University of California.
@@ -36,7 +36,6 @@
#include <machine/frame.h>
#include <machine/pcb.h>
-#include <x86/dbregs.h>
/*
* Machine-dependent part of the lwp structure for i386.