From: Max Filippov Date: Sat, 4 Oct 2014 01:12:27 +0000 (+0400) Subject: xtensa: move vecbase SR initialization to _startup X-Git-Tag: omap-for-v3.20/drop-legacy-3517~64^2~4^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53490121e9ffa3e6314137af016cde8ac83c9bb4;p=pandora-kernel.git xtensa: move vecbase SR initialization to _startup Instead of initializing vecbase in initialize_mmu macro, which may be expanded either in Image.elf reset vector hadler or in the kernel head.S, both times only when CONFIG_MMU is enabled, do this initialization once in _startup function. Signed-off-by: Max Filippov --- Reading git-diff-tree failed