]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/9/bcm/mem.h
merge
[plan9front.git] / sys / src / 9 / bcm / mem.h
index 6471e9b83a159a2deee50ec04190b1e612d3488c..5d0b9a1c5cae03d1538e5f9831f3514b65491590 100644 (file)
 #define        PPN(x)          ((x)&~(BY2PG-1))
 
 /*
+ * These bits are completely artificial.
  * With a little work these move to port.
  */
 #define        PTEVALID        (1<<0)
 #define        PTERONLY        0
 #define        PTEWRITE        (1<<1)
+#define        PTECACHED       0
 #define        PTEUNCACHED     (1<<2)
-#define PTEKERNEL      (1<<3)
+#define        PTENOEXEC       (1<<4)
 
 /*
  * Physical machine information from here on.