diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2017-03-26 18:46:35 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2017-03-26 18:46:35 +0000 |
| commit | f434f3515bd4eb589ef39d83bd1f8039cfe606f3 (patch) | |
| tree | d8083c32c0abf374d47bd1c2cf129d90799cf418 /sys/powerpc | |
| parent | 53d5e4e71c36441ef838c1665cc5294773f65f23 (diff) | |
Notes
Diffstat (limited to 'sys/powerpc')
| -rw-r--r-- | sys/powerpc/include/db_machdep.h | 3 |
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_ */ |
