KERNBASE defined in machparam.h
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 26 Jun 1987 06:35:41 +0000 (22:35 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 26 Jun 1987 06:35:41 +0000 (22:35 -0800)
SCCS-vsn: old/adb/adb.tahoe/machine.h 1.2

usr/src/old/adb/adb.tahoe/machine.h

index 1fc28c4..bf7ab83 100644 (file)
@@ -1,4 +1,4 @@
-/*     machine.h       1.1     86/02/25        */
+/*     machine.h       1.2     87/06/25        */
 
 #include <sys/vm.h>
 
 
 #include <sys/vm.h>
 
@@ -26,6 +26,5 @@
 #define        INUDOT(x)       (((int)(x)&0xf0000000) == 0xb0000000)
 #define        INKERNEL(x)     (((int)(x)&0xf0000000) == 0xc0000000)
 
 #define        INUDOT(x)       (((int)(x)&0xf0000000) == 0xb0000000)
 #define        INKERNEL(x)     (((int)(x)&0xf0000000) == 0xc0000000)
 
-#define        KERNBASE        0xc0000000
 #define        KERNOFF         (KERNBASE + 0x800)      /* start of kernel's text */
 #define        KVTOPH(x)       ((x)&~ 0xc0000000)
 #define        KERNOFF         (KERNBASE + 0x800)      /* start of kernel's text */
 #define        KVTOPH(x)       ((x)&~ 0xc0000000)