Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Sep 2006 23:42:57 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 105863 for review
Message-ID:  <200609082342.k88NgvQh055965@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=105863

Change 105863 by imp@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. */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609082342.k88NgvQh055965>