ANDROID: ABI: Update symbol list for Exynos SoC
Update symbol for Exynos power management module 1 function symbol(s) added 'void smp_call_function_many(const struct cpumask*, smp_call_func_t, void*, bool)' Bug: 286501461 Signed-off-by: Junki Min <joonki.min@samsung.com> Change-Id: I7a3f84e5d304fdb1bde44569c73652a9567e958b
This commit is contained in:
parent
25058fea51
commit
8a609c5eb4
2 changed files with 23 additions and 2 deletions
|
|
@ -289214,6 +289214,14 @@ function {
|
|||
parameter_id: 0x31e58fe0
|
||||
parameter_id: 0x4585663f
|
||||
}
|
||||
function {
|
||||
id: 0x1dfa429f
|
||||
return_type_id: 0x48b5725f
|
||||
parameter_id: 0x310ec01d
|
||||
parameter_id: 0x498e6bfd
|
||||
parameter_id: 0x18bd6530
|
||||
parameter_id: 0x6d7f5ff6
|
||||
}
|
||||
function {
|
||||
id: 0x1dfacbed
|
||||
return_type_id: 0x48b5725f
|
||||
|
|
@ -368204,6 +368212,15 @@ elf_symbol {
|
|||
type_id: 0x90e2d95d
|
||||
full_name: "smp_call_function_any"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xdf906b66
|
||||
name: "smp_call_function_many"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0xe2df8e9a
|
||||
type_id: 0x1dfa429f
|
||||
full_name: "smp_call_function_many"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x4c674d1e
|
||||
name: "smp_call_function_single"
|
||||
|
|
@ -385488,6 +385505,7 @@ interface {
|
|||
symbol_id: 0x5d808bbc
|
||||
symbol_id: 0xf46be251
|
||||
symbol_id: 0x824ee5eb
|
||||
symbol_id: 0xdf906b66
|
||||
symbol_id: 0x4c674d1e
|
||||
symbol_id: 0x1f9b728b
|
||||
symbol_id: 0x99a17453
|
||||
|
|
|
|||
|
|
@ -904,6 +904,7 @@
|
|||
__traceiter_android_vh_cpu_idle_exit
|
||||
__traceiter_android_vh_cpuidle_psci_enter
|
||||
__traceiter_android_vh_cpuidle_psci_exit
|
||||
__traceiter_android_vh_show_mem
|
||||
__traceiter_device_pm_callback_end
|
||||
__traceiter_device_pm_callback_start
|
||||
__traceiter_suspend_resume
|
||||
|
|
@ -911,6 +912,7 @@
|
|||
__tracepoint_android_vh_cpu_idle_exit
|
||||
__tracepoint_android_vh_cpuidle_psci_enter
|
||||
__tracepoint_android_vh_cpuidle_psci_exit
|
||||
__tracepoint_android_vh_show_mem
|
||||
__tracepoint_device_pm_callback_end
|
||||
__tracepoint_device_pm_callback_start
|
||||
tracepoint_probe_register
|
||||
|
|
@ -1464,6 +1466,9 @@
|
|||
# required by exynos-reboot.ko
|
||||
pm_power_off
|
||||
|
||||
# required by exynos-s2i.ko
|
||||
smp_call_function_many
|
||||
|
||||
# required by exynos-ssld.ko
|
||||
driver_register
|
||||
|
||||
|
|
@ -1930,8 +1935,6 @@
|
|||
dma_heap_get_name
|
||||
is_dma_buf_file
|
||||
iterate_fd
|
||||
__traceiter_android_vh_show_mem
|
||||
__tracepoint_android_vh_show_mem
|
||||
|
||||
# required by samsung_iommu_v9.ko
|
||||
device_link_add
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue