delete P1PAGES value
authorWilliam Nesheim <william@ucbvax.Berkeley.EDU>
Sat, 11 May 1991 05:27:18 +0000 (21:27 -0800)
committerWilliam Nesheim <william@ucbvax.Berkeley.EDU>
Sat, 11 May 1991 05:27:18 +0000 (21:27 -0800)
SCCS-vsn: sys/i386/i386/genassym.c 5.11

usr/src/sys/i386/i386/genassym.c

index 1499b28..8b84afb 100644 (file)
@@ -7,11 +7,11 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)genassym.c  5.10 (Berkeley) %G%
+ *     @(#)genassym.c  5.11 (Berkeley) %G%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)genassym.c 5.10 (Berkeley) %G%";
+static char sccsid[] = "@(#)genassym.c 5.11 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "sys/param.h"
 #endif /* not lint */
 
 #include "sys/param.h"
@@ -71,7 +71,6 @@ main()
        printf("#define\tV_FASTPGREC %d\n", &vm->v_fastpgrec);
        printf("#define\tUPAGES %d\n", UPAGES);
        printf("#define\tHIGHPAGES %d\n", HIGHPAGES);
        printf("#define\tV_FASTPGREC %d\n", &vm->v_fastpgrec);
        printf("#define\tUPAGES %d\n", UPAGES);
        printf("#define\tHIGHPAGES %d\n", HIGHPAGES);
-       printf("#define\tP1PAGES %d\n", P1PAGES);
        printf("#define\tCLSIZE %d\n", CLSIZE);
        printf("#define\tNBPG %d\n", NBPG);
        printf("#define\tNPTEPG %d\n", NPTEPG);
        printf("#define\tCLSIZE %d\n", CLSIZE);
        printf("#define\tNBPG %d\n", NBPG);
        printf("#define\tNPTEPG %d\n", NPTEPG);