Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Mar 2012 18:52:33 +0000
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        Juli Mallett <jmallett@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r232789 - head/sys/mips/include
Message-ID:  <92D61AD7-B586-4523-B583-2F8945AD35FD@FreeBSD.org>
In-Reply-To: <201203101835.q2AIZdR5070656@svn.freebsd.org>
References:  <201203101835.q2AIZdR5070656@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On 10. Mar 2012, at 18:35 , Juli Mallett wrote:

> Author: jmallett
> Date: Sat Mar 10 18:35:38 2012
> New Revision: 232789
> URL: http://svn.freebsd.org/changeset/base/232789
>=20
> Log:
>  Fix reversed logic in previous commit that broke build and earned me =
quite the
>  pointy hat.
>=20
>  Submitted by:	bz

Just Reported by:, I didn't do the fix but thanks to you for doing so!


> Modified:
>  head/sys/mips/include/_bus.h
>=20
> Modified: head/sys/mips/include/_bus.h
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
> --- head/sys/mips/include/_bus.h	Sat Mar 10 18:26:25 2012	=
(r232788)
> +++ head/sys/mips/include/_bus.h	Sat Mar 10 18:35:38 2012	=
(r232789)
> @@ -36,9 +36,9 @@
>  */
> #include "opt_cputype.h"=20
> #if defined(CPU_CNMIPS) && !defined(__mips_n64)
> -typedef uintptr_t bus_addr_t;
> -#else
> typedef uint64_t bus_addr_t;
> +#else
> +typedef uintptr_t bus_addr_t;
> #endif
> typedef uintptr_t bus_size_t;
>=20

--=20
Bjoern A. Zeeb                                 You have to have visions!
   It does not matter how good you are. It matters what good you do!




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?92D61AD7-B586-4523-B583-2F8945AD35FD>