drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more
[coreboot.git] / src / arch / i386 / include / arch / hlt.h
index 931e933fc70260ce996308684bfa4e22b951a788..ddfe1699546eff7e14bce1a146a97e7bb924d722 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef ARCH_HLT_H
 #define ARCH_HLT_H
 
-#if defined( __ROMCC__) && !defined(__PRE_RAM__) && !defined(__GNUC__)
+#if defined(__ROMCC__)
 static void hlt(void)
 {
        __builtin_hlt();