diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2009-03-08 19:26:40 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2009-03-08 19:26:40 +0000 |
commit | 1af94c77f6d21ce4f9a93f51125f57e86900c8d3 (patch) | |
tree | 9b8bf45a5fcd3522f2c7f4b25abe32e091942264 /sys | |
parent | 6ed5df817e31046b1bd269b6517373fb1e1c461d (diff) |
g/c now unused extern declaration for avail_end
ok miod@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/hppa/mainbus.c | 3 | ||||
-rw-r--r-- | sys/arch/hppa64/hppa64/mainbus.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/hppa/hppa/mainbus.c b/sys/arch/hppa/hppa/mainbus.c index 3bc0c753600..2507dc203de 100644 --- a/sys/arch/hppa/hppa/mainbus.c +++ b/sys/arch/hppa/hppa/mainbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mainbus.c,v 1.71 2009/03/07 15:34:34 miod Exp $ */ +/* $OpenBSD: mainbus.c,v 1.72 2009/03/08 19:26:39 martin Exp $ */ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -935,7 +935,6 @@ mbus_dmamem_alloc(void *v, bus_size_t size, bus_size_t alignment, bus_size_t boundary, bus_dma_segment_t *segs, int nsegs, int *rsegs, int flags) { - extern paddr_t avail_end; struct pglist pglist; struct vm_page *pg; diff --git a/sys/arch/hppa64/hppa64/mainbus.c b/sys/arch/hppa64/hppa64/mainbus.c index bd61120be15..8feca3234df 100644 --- a/sys/arch/hppa64/hppa64/mainbus.c +++ b/sys/arch/hppa64/hppa64/mainbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mainbus.c,v 1.7 2009/03/07 15:34:34 miod Exp $ */ +/* $OpenBSD: mainbus.c,v 1.8 2009/03/08 19:26:39 martin Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -490,7 +490,6 @@ mbus_dmamem_alloc(void *v, bus_size_t size, bus_size_t alignment, bus_size_t boundary, bus_dma_segment_t *segs, int nsegs, int *rsegs, int flags) { - extern paddr_t avail_end; struct pglist pglist; struct vm_page *pg; |