summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/globaldata.h
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2001-08-20 23:50:48 +0000
committerjake <jake@FreeBSD.org>2001-08-20 23:50:48 +0000
commit48bd94ad31452f74c28e2a51ee77b3d0ab4cfa47 (patch)
tree32db295ad7ce928c47d5d34a42d0baeaad588f4f /sys/sparc64/include/globaldata.h
parentcf997765b7d2f87010b3806ff9702e7945379849 (diff)
downloadFreeBSD-src-48bd94ad31452f74c28e2a51ee77b3d0ab4cfa47.zip
FreeBSD-src-48bd94ad31452f74c28e2a51ee77b3d0ab4cfa47.tar.gz
Add variables needed by hardware watchpoint support.
Submitted by: tmm
Diffstat (limited to 'sys/sparc64/include/globaldata.h')
-rw-r--r--sys/sparc64/include/globaldata.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/sparc64/include/globaldata.h b/sys/sparc64/include/globaldata.h
index 35d924b..e13cbe3 100644
--- a/sys/sparc64/include/globaldata.h
+++ b/sys/sparc64/include/globaldata.h
@@ -59,6 +59,12 @@ struct globaldata {
#endif
struct intr_queue *gd_iq;
struct intr_vector *gd_ivt;
+
+ /* Watch point support. */
+ u_int gd_wp_insn;
+ u_long gd_wp_pstate;
+ u_long gd_wp_va;
+ int gd_wp_mask;
};
#endif /* _KERNEL */
OpenPOWER on IntegriCloud