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

Commit 3a0f54df authored by lucaswei's avatar lucaswei Committed by Mark Salyzyn
Browse files

ANDROID: GKI: kernel: Export symbol of `cpu_do_idle`



lpm-levels module call this function which is located in
`arch/arm64/mm/proc.S`.

Export function so the module can be built.

Bug: 150365591
Bug: 149799837
Change-Id: Iff72ecbef7ac43a13909eaef896b5c50ce433650
Signed-off-by: default avatarlucaswei <lucaswei@google.com>
(cherry picked from commit d965ac77cb6e800d866dbf4f9be90d16a6b8f1e0)
Signed-off-by: default avatarMark Salyzyn <salyzyn@google.com>
Bug: 141888626
parent 80566d32
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -98,3 +98,4 @@ EXPORT_SYMBOL_GPL(__bss_stop);
EXPORT_SYMBOL_GPL(__per_cpu_start);
EXPORT_SYMBOL_GPL(__per_cpu_end);
EXPORT_SYMBOL_GPL(_sdata);
EXPORT_SYMBOL_GPL(cpu_do_idle);