summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2021-08-30 08:11:13 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2021-08-30 08:11:13 +0000
commit92769adb7b567387c25ce43fddba311f03f2f218 (patch)
treee17f09ebcbc068e0a5ae650e0477aafb69f5f6a6 /sys/arch/i386
parentb96fc5380110ab52504c69daacac94f81375876a (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/i386')
-rw-r--r--sys/arch/i386/include/db_machdep.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/include/db_machdep.h b/sys/arch/i386/include/db_machdep.h
index e8fc44d86f3..0d8e917cfd8 100644
--- a/sys/arch/i386/include/db_machdep.h
+++ b/sys/arch/i386/include/db_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_machdep.h,v 1.29 2019/11/07 14:44:53 mpi Exp $ */
+/* $OpenBSD: db_machdep.h,v 1.30 2021/08/30 08:11:12 jasper Exp $ */
/* $NetBSD: db_machdep.h,v 1.9 1996/05/03 19:23:59 christos Exp $ */
/*
@@ -38,7 +38,6 @@
#include <uvm/uvm_extern.h>
#include <machine/trap.h>
-typedef vaddr_t db_addr_t; /* address - unsigned */
typedef long db_expr_t; /* expression - signed */
typedef struct trapframe db_regs_t;