diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2015-04-08 16:30:45 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2015-04-08 16:30:45 +0000 |
| commit | dbee5c671aa8cf7673e92ca7ce6d227f52cb185c (patch) | |
| tree | a1dea0225d1fa16c515ed09d8f0b6b25343920ea /sys/sparc64 | |
| parent | d61251e9345d11fb0e86949a84a6e6540944ce45 (diff) | |
Notes
Diffstat (limited to 'sys/sparc64')
| -rw-r--r-- | sys/sparc64/include/reg.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/sparc64/include/reg.h b/sys/sparc64/include/reg.h index d2241861d209..8a4dd2acb9e5 100644 --- a/sys/sparc64/include/reg.h +++ b/sys/sparc64/include/reg.h @@ -98,6 +98,12 @@ struct dbreg { int dummy; }; +/* + * NB: sparcv8 binaries are not supported even though this header + * defines the relevant structures. + */ +#define __HAVE_REG32 + #ifdef _KERNEL /* * XXX these interfaces are MI, so they should be declared in a MI place. |
