commit | 53490121e9ffa3e6314137af016cde8ac83c9bb4 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Sat Oct 04 05:12:27 2014 +0400 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Tue Oct 21 13:28:55 2014 +0400 |
tree | a255f95a198f91c3a4edd24e5858a7a753586200 | |
parent | a4f9846da76c854dcd13a5ac00826b599ad09745 [diff] |
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 <jcmvbkbc@gmail.com>