Skip to content

Commit f96c4ad

Browse files
committed
xtensa: drop extraneous register load from initialize_mmu
Commit a9f2fc6 ("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 <[email protected]>
1 parent d4ff983 commit f96c4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/xtensa/include/asm/initialize_mmu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
_j 2f
7474

7575
.align 4
76-
1: movi a2, 0x10000000
76+
1:
7777

7878
#if CONFIG_KERNEL_LOAD_ADDRESS < 0x40000000ul
7979
#define TEMP_MAPPING_VADDR 0x40000000

0 commit comments

Comments
 (0)