aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2007-10-26 15:00:34 +0000
committerWarner Losh <imp@FreeBSD.org>2007-10-26 15:00:34 +0000
commit8d7b90cdd73e65f2b6876435630047ac1e4af586 (patch)
treee9af72e07a5dd3789c417928ff62c960b8e66e19 /sys/boot/common
parent6b4fc55d4f51a4739ddb78bb7a3d884128eaa339 (diff)
Notes
Diffstat (limited to 'sys/boot/common')
-rw-r--r--sys/boot/common/ufsread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/ufsread.c b/sys/boot/common/ufsread.c
index 715387cc7752..da060553eb85 100644
--- a/sys/boot/common/ufsread.c
+++ b/sys/boot/common/ufsread.c
@@ -48,7 +48,7 @@ __FBSDID("$FreeBSD$");
#include <ufs/ufs/dinode.h>
#include <ufs/ffs/fs.h>
-#if defined(__i386__) && !defined(GPTBOOT)
+#if (defined(__i386__) && !defined(GPTBOOT)) || defined(__arm__)
/* XXX: Revert to old (broken for over 1.5Tb filesystems) version of cgbase
(see sys/ufs/ffs/fs.h rev 1.39) so that i386 boot loader (boot2) can
support both UFS1 and UFS2 again. */