diff options
Diffstat (limited to 'sys/ia64')
-rw-r--r-- | sys/ia64/include/reg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/ia64/include/reg.h b/sys/ia64/include/reg.h index af6489d..74211e2 100644 --- a/sys/ia64/include/reg.h +++ b/sys/ia64/include/reg.h @@ -81,6 +81,8 @@ struct dbreg { unsigned long dbr_inst[8]; }; +#define __HAVE_REG32 + #ifdef _KERNEL struct thread; |