[PATCH] ARM: nommu: avoid mapping vectors page when !CONFIG_MMU

Russell King - ARM Linux linux at arm.linux.org.uk
Tue Jan 11 07:13:08 EST 2011


On Tue, Jan 11, 2011 at 12:02:17PM +0000, Will Deacon wrote:
> When running without an MMU, we do not need to install a mapping for the
> vectors page. Attempting to do so causes a compile-time error because
> install_special_mapping is not defined.
> 
> This patch adds compile-time guards to the vector mapping functions
> so that we can build nommu configurations once more.

I had a similar patch a few days ago doing the same thing... when Greg's
acked it, please submit to the patch system, thanks.



More information about the linux-arm-kernel mailing list