diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-07-19 06:37:12 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-07-19 06:37:12 +0000 |
| commit | e9857eee2b9e523548df7dbc8fc00f46d4151740 (patch) | |
| tree | 109ab1bc2241c8b094065ae304936e08f0471acd /sys/amd64/include | |
| parent | cef6b9bc3e9ee584239ce1d9b4b4ce6bf98dacb2 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include')
| -rw-r--r-- | sys/amd64/include/pmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/pmap.h b/sys/amd64/include/pmap.h index 654f4bad09111..9d4c8ea02420f 100644 --- a/sys/amd64/include/pmap.h +++ b/sys/amd64/include/pmap.h @@ -42,7 +42,7 @@ * * from: hp300: @(#)pmap.h 7.2 (Berkeley) 12/16/90 * from: @(#)pmap.h 7.4 (Berkeley) 5/12/91 - * $Id: pmap.h,v 1.26 1995/05/30 08:00:48 rgrimes Exp $ + * $Id: pmap.h,v 1.27 1995/07/13 08:47:33 davidg Exp $ */ #ifndef _MACHINE_PMAP_H_ @@ -193,7 +193,7 @@ extern caddr_t CADDR1; extern pt_entry_t *CMAP1; extern vm_offset_t avail_end; extern vm_offset_t avail_start; -extern vm_offset_t phys_avail[6]; +extern vm_offset_t phys_avail[]; extern pv_entry_t pv_table; /* array of entries, one per page */ extern vm_offset_t virtual_avail; extern vm_offset_t virtual_end; |
