From 4b18e2048f717d0e274b557dbda0829e8d6d6451 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Fri, 21 Oct 2005 00:52:52 +0000 Subject: Some compilation issue fix for PPC970 port git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2065 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/stream/fs/fat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stream/fs/fat.c') diff --git a/src/stream/fs/fat.c b/src/stream/fs/fat.c index aa64e584d6..540cac370e 100644 --- a/src/stream/fs/fat.c +++ b/src/stream/fs/fat.c @@ -54,7 +54,7 @@ struct fat_superblock #define FAT_CACHE_SIZE 2048 -#ifndef PPC +#if ARCH == 'i386' static __inline__ unsigned long log2 (unsigned long word) { -- cgit v1.2.3