summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4u/sys/machparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sun4u/sys/machparam.h')
-rw-r--r--usr/src/uts/sun4u/sys/machparam.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/usr/src/uts/sun4u/sys/machparam.h b/usr/src/uts/sun4u/sys/machparam.h
index 68a993761d..394079a247 100644
--- a/usr/src/uts/sun4u/sys/machparam.h
+++ b/usr/src/uts/sun4u/sys/machparam.h
@@ -19,7 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -166,6 +166,12 @@ extern "C" {
#define KERNELBASE ADDRESS_C(0x01000000)
/*
+ * Virtual address range available to the debugger
+ */
+#define SEGDEBUGBASE ADDRESS_C(0xedd00000)
+#define SEGDEBUGSIZE (ADDRESS_C(0xf0000000) - SEGDEBUGBASE)
+
+/*
* Define the userlimits
*/