diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2010-06-27 06:21:45 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2010-06-27 06:21:45 +0000 |
commit | def2a514847eb7c795acc2c878365b71586b6b95 (patch) | |
tree | 959f3d48346b460c0a7cc8b80b813a6db4b9b7a5 /sys/arch | |
parent | b12ddab7d8013feccaa4cc82df5b8cf07d38afb6 (diff) |
make zaurus kernel link again after viking raiders sprinkled duplicate declarations
everywhere
this will probably also need to be done on other arm arch'es
ok jsing@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/zaurus/zaurus/zaurus_machdep.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/zaurus/zaurus/zaurus_machdep.c b/sys/arch/zaurus/zaurus/zaurus_machdep.c index 622079282c0..4bc2e34d9c3 100644 --- a/sys/arch/zaurus/zaurus/zaurus_machdep.c +++ b/sys/arch/zaurus/zaurus/zaurus_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zaurus_machdep.c,v 1.34 2010/06/27 03:03:48 thib Exp $ */ +/* $OpenBSD: zaurus_machdep.c,v 1.35 2010/06/27 06:21:44 beck Exp $ */ /* $NetBSD: lubbock_machdep.c,v 1.2 2003/07/15 00:25:06 lukem Exp $ */ /* @@ -123,7 +123,6 @@ #include <sys/termios.h> #include <sys/kcore.h> -#include <uvm/uvm.h> #include <uvm/uvm_extern.h> #include <sys/conf.h> @@ -222,9 +221,6 @@ pv_addr_t minidataclean; paddr_t msgbufphys; -struct uvm_constraint_range dma_constraint = { 0x0, (paddr_t)-1 }; -struct uvm_constraint_range *uvm_md_constraints[] = { NULL }; - extern u_int data_abort_handler_address; extern u_int prefetch_abort_handler_address; extern u_int undefined_handler_address; |