Fix compile errors if CONFIG_FS_PAYLOAD=1:
[coreboot.git] / src / stream / fs / ext2fs.c
index f29fd8aeb13d4a261d3fd9c341cdbbdb3055f5a8..9cf0bc650056da5679b1c91d29a86d8c011396ba 100644 (file)
@@ -239,7 +239,7 @@ struct ext2_dir_entry
  * ffz = Find First Zero in word. Undefined if no zero exists,
  * so code should check against ~0UL first..
  */
-#if ARCH == 'i386'
+#ifdef __i386
 static __inline__ unsigned long
 ffz (unsigned long word)
 {