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/alpha/include | |
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/alpha/include')
-rw-r--r-- | sys/arch/alpha/include/db_machdep.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/db_machdep.h b/sys/arch/alpha/include/db_machdep.h index cf11b53f440..c3e19dfb779 100644 --- a/sys/arch/alpha/include/db_machdep.h +++ b/sys/arch/alpha/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.27 2019/11/07 14:44:52 mpi Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.28 2021/08/30 08:11:12 jasper Exp $ */ /* * Copyright (c) 1997 Niklas Hallqvist. All rights reserved. @@ -37,7 +37,6 @@ struct opcode { extern struct opcode opcode[]; /* types the generic ddb module needs */ -typedef vaddr_t db_addr_t; typedef long db_expr_t; typedef struct trapframe db_regs_t; |