We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56eea7f commit 5b468daCopy full SHA for 5b468da
arch/arm64/include/asm/assembler.h
@@ -614,17 +614,6 @@ alternative_endif
614
#endif
615
.endm
616
617
-/*
618
- * Perform the reverse of offset_ttbr1.
619
- * bic is used as it can cover the immediate value and, in future, won't need
620
- * to be nop'ed out when dealing with 52-bit kernel VAs.
621
- */
622
- .macro restore_ttbr1, ttbr
623
-#ifdef CONFIG_ARM64_VA_BITS_52
624
- bic \ttbr, \ttbr, #TTBR1_BADDR_4852_OFFSET
625
-#endif
626
- .endm
627
-
628
/*
629
* Arrange a physical address in a TTBR register, taking care of 52-bit
630
* addresses.
0 commit comments