summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/9/pc/memory.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/src/9/pc/memory.c b/sys/src/9/pc/memory.c
index c1c30d5cf..e8e1518c1 100644
--- a/sys/src/9/pc/memory.c
+++ b/sys/src/9/pc/memory.c
@@ -510,17 +510,6 @@ ramscan(ulong maxmem)
*k0 = kzero;
}
-/*
- * BIOS Int 0x15 E820 memory map.
- */
-enum
-{
- SMAP = ('S'<<24)|('M'<<16)|('A'<<8)|'P',
- Ememory = 1,
- Ereserved = 2,
- Carry = 1,
-};
-
typedef struct Emap Emap;
struct Emap
{