- To reduce confuse rename the parts of linuxbios bios that run from
[coreboot.git] / src / ram / ramtest.c
index 841b0fe675b37ab09091d424936fef202d9035c8..d2c750eec65ff1a861b157a086017e23e5fdeed7 100644 (file)
@@ -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