diff options
| author | Alan Cox <alc@FreeBSD.org> | 2004-04-05 04:08:00 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2004-04-05 04:08:00 +0000 |
| commit | c8607538c8c3c9b25e95f15d317cbb2d1fe2c1ba (patch) | |
| tree | d5734bd520b1d83207e08895176749d4c1174032 /sys/powerpc/include | |
| parent | 66f8ce8f201c64a18523b7350ecd873c66d82bb1 (diff) | |
Notes
Diffstat (limited to 'sys/powerpc/include')
| -rw-r--r-- | sys/powerpc/include/pmap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/include/pmap.h b/sys/powerpc/include/pmap.h index 73f11b33ecc0..f565d7d53b5b 100644 --- a/sys/powerpc/include/pmap.h +++ b/sys/powerpc/include/pmap.h @@ -83,7 +83,6 @@ int pmap_pte_spill(vm_offset_t); #define vtophys(va) pmap_kextract(((vm_offset_t)(va))) -extern vm_offset_t avail_start; extern vm_offset_t avail_end; extern vm_offset_t phys_avail[]; extern vm_offset_t virtual_avail; |
