Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Feb 2013 08:34:55 +1300
From:      Andrew Turner <andrew@fubar.geek.nz>
To:        Alan Cox <alc@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r246926 - in head/sys: arm/arm arm/include vm
Message-ID:  <20130219083455.176129d3@bender>
In-Reply-To: <201302180102.r1I12nMX049209@svn.freebsd.org>
References:  <201302180102.r1I12nMX049209@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 18 Feb 2013 01:02:49 +0000 (UTC)
Alan Cox <alc@FreeBSD.org> wrote:

> Author: alc
> Date: Mon Feb 18 01:02:48 2013
> New Revision: 246926
> URL: http://svnweb.freebsd.org/changeset/base/246926
> 
> Log:
>   On arm, like sparc64, the end of the kernel map varies from one
> type of machine to another.  Therefore, VM_MAX_KERNEL_ADDRESS can't
> be a constant. Instead, #define it to be a variable,
> vm_max_kernel_address, just like we do on sparc64.

This looks to be broken on non-FDT ARM. There are still a number of
copies of initarm for older ports without FDT that will need
vm_max_kernel_address to be set.

Andrew



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