ANDROID: abi_gki_aarch64_qcom: Add wait_on_page_bit
In commit fae05b2314
("zsmalloc: fix races between asynchronous
zspage free and page migration"), wait_on_page_bit symbol was required
to fix the build of that target platform.
Functions changes summary: 0 Removed, 0 Changed , 1 Added functions
Variables changes summary: 0 Removed, 0 Changed , 0 Added variables
1 Added function:
[A] 'function void wait_on_page_bit(page*, int)'
Bug: 258412729
Change-Id: Ic392d6789788e1e2a46f95726fb0a0cce05896e1
Signed-off-by: Sivasri Kumar, Vanka <quic_svanka@quicinc.com>
Signed-off-by: Bibek Kumar Patro <quic_bibekkum@quicinc.com>
This commit is contained in:
parent
aff80ec64d
commit
9171bbdc05
@ -148078,9 +148078,9 @@
|
||||
<parameter type-id='7359adad' name='offset' filepath='mm/util.c' line='556' column='1'/>
|
||||
<return type-id='7359adad'/>
|
||||
</function-decl>
|
||||
<function-decl name='vm_munmap' mangled-name='vm_munmap' filepath='mm/mmap.c' line='3043' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='vm_munmap'>
|
||||
<parameter type-id='7359adad' name='start' filepath='mm/mmap.c' line='3043' column='1'/>
|
||||
<parameter type-id='b59d7dce' name='len' filepath='mm/mmap.c' line='3043' column='1'/>
|
||||
<function-decl name='vm_munmap' mangled-name='vm_munmap' filepath='mm/mmap.c' line='3060' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='vm_munmap'>
|
||||
<parameter type-id='7359adad' name='start' filepath='mm/mmap.c' line='3060' column='1'/>
|
||||
<parameter type-id='b59d7dce' name='len' filepath='mm/mmap.c' line='3060' column='1'/>
|
||||
<return type-id='95e97e5e'/>
|
||||
</function-decl>
|
||||
<var-decl name='vm_node_stat' type-id='9dc2293d' mangled-name='vm_node_stat' visibility='default' filepath='mm/vmstat.c' line='165' column='1' elf-symbol-id='vm_node_stat'/>
|
||||
|
@ -2581,7 +2581,6 @@
|
||||
__traceiter_android_vh_jiffies_update
|
||||
__traceiter_android_vh_logbuf
|
||||
__traceiter_android_vh_logbuf_pr_cont
|
||||
__tracepoint_android_vh_madvise_cold_or_pageout
|
||||
__traceiter_android_vh_printk_hotplug
|
||||
__traceiter_android_vh_rproc_recovery
|
||||
__traceiter_android_vh_rproc_recovery_set
|
||||
@ -2703,6 +2702,7 @@
|
||||
__tracepoint_android_vh_jiffies_update
|
||||
__tracepoint_android_vh_logbuf
|
||||
__tracepoint_android_vh_logbuf_pr_cont
|
||||
__tracepoint_android_vh_madvise_cold_or_pageout
|
||||
__tracepoint_android_vh_oom_check_panic
|
||||
__tracepoint_android_vh_printk_hotplug
|
||||
__tracepoint_android_vh_process_killed
|
||||
@ -3026,6 +3026,7 @@
|
||||
wait_for_completion_interruptible_timeout
|
||||
wait_for_completion_killable
|
||||
wait_for_completion_timeout
|
||||
wait_on_page_bit
|
||||
__wait_rcu_gp
|
||||
wait_woken
|
||||
__wake_up
|
||||
|
Loading…
Reference in New Issue
Block a user