forked from Minki/linux
xtensa: drop extraneous register load from initialize_mmu
Commit a9f2fc628e
("xtensa: cleanup MMU setup and kernel layout macros")
removed the use of a2 in the beginning of the initialize_mmu macro, but
left the register load that is no longer used. Remove it as well.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
This commit is contained in:
parent
d4ff983e32
commit
f96c4ad610
@ -73,7 +73,7 @@
|
||||
_j 2f
|
||||
|
||||
.align 4
|
||||
1: movi a2, 0x10000000
|
||||
1:
|
||||
|
||||
#if CONFIG_KERNEL_LOAD_ADDRESS < 0x40000000ul
|
||||
#define TEMP_MAPPING_VADDR 0x40000000
|
||||
|
Loading…
Reference in New Issue
Block a user