| plan 9 kernel history: overview | file list | diff list |
1999/0415/mpc/mem.h (diff list | history)
| 1999/0415/sys/src/9/mpc/mem.h:17,22 – 1999/0522/sys/src/9/mpc/mem.h:17,23 (short | long | prev | next) | ||
| 1999/0121 | #define PGROUND(s) ROUND(s, BY2PG) #define CACHELINELOG 4 #define CACHELINESZ (1<<CACHELINELOG) | |
| 1999/0522 | #define BLOCKALIGN CACHELINESZ | |
| 1999/0121 | ||
| 1999/0122 | #define MHz 1000000 | |