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: lucaswei <lucaswei@google.com>
(cherry picked from commit d965ac77cb6e800d866dbf4f9be90d16a6b8f1e0)
Signed-off-by: Mark Salyzyn <salyzyn@google.com>
Bug: 141888626
This commit is contained in:
lucaswei 2020-02-29 00:24:40 +08:00 committed by Mark Salyzyn
parent 80566d3295
commit 3a0f54df65

View File

@ -98,3 +98,4 @@ EXPORT_SYMBOL_GPL(__bss_stop);
EXPORT_SYMBOL_GPL(__per_cpu_start); EXPORT_SYMBOL_GPL(__per_cpu_start);
EXPORT_SYMBOL_GPL(__per_cpu_end); EXPORT_SYMBOL_GPL(__per_cpu_end);
EXPORT_SYMBOL_GPL(_sdata); EXPORT_SYMBOL_GPL(_sdata);
EXPORT_SYMBOL_GPL(cpu_do_idle);