mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
ANDROID: Update the ABI symbol list
Adding the following symbols: - kthread_set_per_cpu Bug: 274202992 Change-Id: I8a1eaf839116e5cc2c06b4ced1c9fc03be28a532 Signed-off-by: Arve Hjønnevåg <arve@android.com>
This commit is contained in:
@@ -313300,6 +313300,15 @@ elf_symbol {
|
||||
type_id: 0xf395f41f
|
||||
full_name: "kthread_queue_work"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x1504ce0b
|
||||
name: "kthread_set_per_cpu"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x0ac202df
|
||||
type_id: 0x1642b8aa
|
||||
full_name: "kthread_set_per_cpu"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xeb6e491f
|
||||
name: "kthread_should_park"
|
||||
@@ -338051,6 +338060,10 @@ symbols {
|
||||
key: "kthread_queue_work"
|
||||
value: 0xb27aa180
|
||||
}
|
||||
symbol {
|
||||
key: "kthread_set_per_cpu"
|
||||
value: 0x1504ce0b
|
||||
}
|
||||
symbol {
|
||||
key: "kthread_should_park"
|
||||
value: 0xeb6e491f
|
||||
|
||||
@@ -1165,6 +1165,7 @@
|
||||
kthread_park
|
||||
kthread_parkme
|
||||
kthread_queue_work
|
||||
kthread_set_per_cpu
|
||||
kthread_should_park
|
||||
kthread_should_stop
|
||||
kthread_stop
|
||||
|
||||
Reference in New Issue
Block a user