git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4f9846
)
xtensa: move vecbase SR initialization to _startup
author
Max Filippov
<jcmvbkbc@gmail.com>
Sat, 4 Oct 2014 01:12:27 +0000
(
05:12
+0400)
committer
Max Filippov
<jcmvbkbc@gmail.com>
Tue, 21 Oct 2014 09:28:55 +0000
(13:28 +0400)
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>
No differences found