From: Russell King Date: Wed, 18 Jan 2012 15:32:49 +0000 (+0000) Subject: ARM: earlier initialization of vectors page X-Git-Tag: v3.4-rc1~36^2~1^3~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94e5a85b3be0ce109d26aa6812b2a02c518a0e4b;p=pandora-kernel.git ARM: earlier initialization of vectors page Initialize the contents of the vectors page immediately after we allocate the page, but before we map it. This avoids any possible aliases with other mappings which may need to be flushed after the page has been mapped irrespective of the cache type. We follow this later with a flush_cache_all() after all static memory mappings have been initialized, which ensures that this is safe from any cache effects. Tested-by: Catalin Marinas Reviewed-by: Catalin Marinas Acked-by: Nicolas Pitre Signed-off-by: Russell King --- Reading git-diff-tree failed