diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2021-08-30 08:11:13 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2021-08-30 08:11:13 +0000 |
commit | 92769adb7b567387c25ce43fddba311f03f2f218 (patch) | |
tree | e17f09ebcbc068e0a5ae650e0477aafb69f5f6a6 /sys/arch/arm64 | |
parent | b96fc5380110ab52504c69daacac94f81375876a (diff) |
Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t already
back in 2019.
ok mpi@
Diffstat (limited to 'sys/arch/arm64')
-rw-r--r-- | sys/arch/arm64/include/db_machdep.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/arm64/include/db_machdep.h b/sys/arch/arm64/include/db_machdep.h index b11ac74b975..6a3e4be0b98 100644 --- a/sys/arch/arm64/include/db_machdep.h +++ b/sys/arch/arm64/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.4 2019/11/07 14:44:52 mpi Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.5 2021/08/30 08:11:12 jasper Exp $ */ /* $NetBSD: db_machdep.h,v 1.5 2001/11/22 18:00:00 thorpej Exp $ */ /* @@ -44,7 +44,6 @@ /* end of mangling */ -typedef vaddr_t db_addr_t; /* address - unsigned */ typedef long db_expr_t; /* expression - signed */ typedef trapframe_t db_regs_t; |