summaryrefslogtreecommitdiffstats
path: root/src/include/osdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/osdep.h')
-rw-r--r--src/include/osdep.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/osdep.h b/src/include/osdep.h
index 262c2d96..bc1f1668 100644
--- a/src/include/osdep.h
+++ b/src/include/osdep.h
@@ -14,11 +14,6 @@
#include "setjmp.h"
#include "latch.h"
-/* within 1MB of 4GB is too close.
- * MAX_ADDR is the maximum address we can easily do DMA to.
- */
-#define MAX_ADDR (0xfff00000UL)
-
typedef unsigned long Address;
/* ANSI prototyping macro */