Remove a couple of unused and old #defines that discussed phys and virt
authormlarkin <mlarkin@openbsd.org>
Wed, 24 Jun 2015 07:18:13 +0000 (07:18 +0000)
committermlarkin <mlarkin@openbsd.org>
Wed, 24 Jun 2015 07:18:13 +0000 (07:18 +0000)
address widths in 1st-gen amd64 cpus.

ok kettenis, deraadt, guenther

sys/arch/amd64/include/pmap.h

index b311d0b..3d6aec2 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pmap.h,v 1.55 2015/03/10 20:12:39 kettenis Exp $      */
+/*     $OpenBSD: pmap.h,v 1.56 2015/06/24 07:18:13 mlarkin Exp $       */
 /*     $NetBSD: pmap.h,v 1.1 2003/04/26 18:39:46 fvdl Exp $    */
 
 /*
  * complexity to the calculations.
  */
 
-/*
- * The first generation of Hammer processors can use 48 bits of
- * virtual memory, and 40 bits of physical memory. This will be
- * more for later generations. These defines can be changed to
- * variable names containing the # of bits, extracted from an
- * extended cpuid instruction (variables are harder to use during
- * bootstrap, though)
- */
-#define VIRT_BITS      48
-#define PHYS_BITS      40
-
 /*
  * Mask to get rid of the sign-extended part of addresses.
  */