PERFORCE change 105863 for review

Warner Losh imp at FreeBSD.org
Fri Sep 8 23:42:58 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=105863

Change 105863 by imp at imp_lighthouse on 2006/09/08 23:42:10

	ARM doesn't need to boot off a system > 1.5Tb, so save another 80
	bytes by using the simplified cgbase.

Affected files ...

.. //depot/projects/arm/src/sys/boot/common/ufsread.c#2 edit

Differences ...

==== //depot/projects/arm/src/sys/boot/common/ufsread.c#2 (text+ko) ====

@@ -48,7 +48,7 @@
 
 #include <ufs/ufs/dinode.h>
 #include <ufs/ffs/fs.h>
-#ifdef __i386__
+#if defined(__i386__) || 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. */


More information about the p4-projects mailing list