summaryrefslogtreecommitdiff
path: root/sys/src/boot/alphapc/mem.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2016-05-04 16:11:48 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2016-05-04 16:11:48 +0200
commit986886f2b8ab4a7e1b3d66e99934d8fdab537be9 (patch)
treec49e9711e7229a8d12f5b5b0ab38b5bd6c27b711 /sys/src/boot/alphapc/mem.h
parentf7703d6971383c39f981f5676a4e28a6371c3997 (diff)
retire the dec alpha port
Diffstat (limited to 'sys/src/boot/alphapc/mem.h')
-rw-r--r--sys/src/boot/alphapc/mem.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/sys/src/boot/alphapc/mem.h b/sys/src/boot/alphapc/mem.h
deleted file mode 100644
index 5ae7bb740..000000000
--- a/sys/src/boot/alphapc/mem.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * Memory and machine-specific definitions. Used in C and assembler.
- */
-
-#define BI2BY 8 /* bits per byte */
-#define BI2WD 32 /* bits per word */
-#define BY2WD 4 /* bytes per word */
-#define BY2V 8 /* bytes per vlong */
-
-#define KZERO 0x80000000
-
-#define PTEVALID 0xff01
-#define PTEKVALID 0x1101
-#define PTEASM 0x0010
-#define PTEGH(s) ((s)<<5)