diff options
| author | Stephen McKay <mckay@FreeBSD.org> | 1998-06-21 14:08:27 +0000 |
|---|---|---|
| committer | Stephen McKay <mckay@FreeBSD.org> | 1998-06-21 14:08:27 +0000 |
| commit | 3006f10bdbc86b24850ba3bae05def418e31fdfb (patch) | |
| tree | 851b5a6d08f4da8aafcceb95afcb219f930f5525 /sys/amd64 | |
| parent | abc97a061135fe7ea3d86dbf6e36b0d9be826d73 (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/include/pmap.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/amd64/include/pmap.h b/sys/amd64/include/pmap.h index 400802d1f269..25bfc624c8eb 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.54 1997/11/20 19:30:35 bde Exp $ + * $Id: pmap.h,v 1.55 1998/05/11 01:05:59 dyson Exp $ */ #ifndef _MACHINE_PMAP_H_ @@ -241,8 +241,6 @@ struct { u_int64_t base, mask; } PPro_vmtrr[NPPROVMTRR]; -/* Bitmap of all available CPUs */ - extern caddr_t CADDR1; extern pt_entry_t *CMAP1; extern vm_offset_t avail_end; |
