On Sun, 2014-08-31 at 08:58 +, Bjoern A. Zeeb wrote:
> On 30 Aug 2014, at 22:21 , Ian Lepore wrote:
>
> > Author: ian
> > Date: Sat Aug 30 22:21:57 2014
> > New Revision: 270862
> > URL: http://svnweb.freebsd.org/changeset/base/270862
> >
> > Log:
> > Fix the handling of MMU type in the AP
On 30 Aug 2014, at 22:21 , Ian Lepore wrote:
> Author: ian
> Date: Sat Aug 30 22:21:57 2014
> New Revision: 270862
> URL: http://svnweb.freebsd.org/changeset/base/270862
>
> Log:
> Fix the handling of MMU type in the AP entry code. The ARM_MMU_V6/V7
> symbols are always #defined to 0 or 1, s
Author: ian
Date: Sat Aug 30 22:21:57 2014
New Revision: 270862
URL: http://svnweb.freebsd.org/changeset/base/270862
Log:
Fix the handling of MMU type in the AP entry code. The ARM_MMU_V6/V7
symbols are always #defined to 0 or 1, so use #if SYM not #if defined(SYM).
Also, it helps if you in