aboutsummaryrefslogtreecommitdiff
path: root/src/ram/ramtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ram/ramtest.c')
-rw-r--r--src/ram/ramtest.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ram/ramtest.c b/src/ram/ramtest.c
index 841b0fe675..d2c750eec6 100644
--- a/src/ram/ramtest.c
+++ b/src/ram/ramtest.c
@@ -1,10 +1,3 @@
-#if defined(i786)
-#define HAVE_MOVNTI 1
-#endif
-#if defined(k8)
-#define HAVE_MOVNTI 1
-#endif
-
static void write_phys(unsigned long addr, unsigned long value)
{
#if HAVE_MOVNTI