tahoe support
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Tue, 14 Oct 1986 07:03:00 +0000 (23:03 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Tue, 14 Oct 1986 07:03:00 +0000 (23:03 -0800)
SCCS-vsn: usr.sbin/kgmon/kgmon.c 5.3

usr/src/usr.sbin/kgmon/kgmon.c

index 648808b..4ebc137 100644 (file)
@@ -11,7 +11,7 @@ char copyright[] =
 #endif not lint
 
 #ifndef lint
 #endif not lint
 
 #ifndef lint
-static char sccsid[] = "@(#)kgmon.c    5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)kgmon.c    5.3 (Berkeley) %G%";
 #endif not lint
 
 #include <sys/param.h>
 #endif not lint
 
 #include <sys/param.h>
@@ -61,6 +61,9 @@ struct nlist nl[] = {
 #if defined(vax)
 #define        clear(x)        ((x) &~ 0x80000000)
 #endif
 #if defined(vax)
 #define        clear(x)        ((x) &~ 0x80000000)
 #endif
+#if defined(tahoe)
+#define        clear(x)        ((x) &~ 0xc0000000)
+#endif
 
 struct pte *Sysmap;
 
 
 struct pte *Sysmap;