aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2017-03-26 18:46:35 +0000
committerBruce Evans <bde@FreeBSD.org>2017-03-26 18:46:35 +0000
commitf434f3515bd4eb589ef39d83bd1f8039cfe606f3 (patch)
treed8083c32c0abf374d47bd1c2cf129d90799cf418 /sys/powerpc
parent53d5e4e71c36441ef838c1665cc5294773f65f23 (diff)
Notes
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/include/db_machdep.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/powerpc/include/db_machdep.h b/sys/powerpc/include/db_machdep.h
index 6d6638a28f58..29999b530209 100644
--- a/sys/powerpc/include/db_machdep.h
+++ b/sys/powerpc/include/db_machdep.h
@@ -87,7 +87,4 @@ typedef intptr_t db_expr_t; /* expression - signed */
#define inst_load(ins) 0
#define inst_store(ins) 0
-#define DB_SMALL_VALUE_MAX (KERNBASE-1)
-#define DB_SMALL_VALUE_MIN (-0x40001)
-
#endif /* _POWERPC_DB_MACHDEP_H_ */