Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aaeacdf4 authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

Revert "BACKPORT: arm64: Use __pa_symbol for empty_zero_page"



This reverts commit cfe9be91.

Signed-off-by: default avatarMark Salyzyn <salyzyn@google.com>
Bug: 20045882
Bug: 63737556
Change-Id: I54b109f27b13aaee14436681aa4d544c7d4f8021
parent 22804ee7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -296,7 +296,7 @@ void __init setup_arch(char **cmdline_p)
	 * faults in case uaccess_enable() is inadvertently called by the init
	 * thread.
	 */
	init_thread_info.ttbr0 = __pa_symbol(empty_zero_page);
	init_thread_info.ttbr0 = virt_to_phys(empty_zero_page);
#endif

#ifdef CONFIG_VT