mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-10 19:35:21 +02:00
ANDROID: GKI: fix stg due to kthread_stop_put()
In commit2d4304d8cf
("ANDROID: add kthread_stop_put to the symbol list for virtual targets"), kthread_stop_put() is added to the stg file. However, its representation needs to be updated, since the parameter 'struct task_struct' was modified during the KMI freeze. function symbol 'int kthread_stop_put(struct task_struct*)' changed CRC changed from 0x4eb0b74f to 0x79a61e3a Fixes:2d4304d8cf
("ANDROID: add kthread_stop_put to the symbol list for virtual targets") Change-Id: Ia1a8355254bccea6657b1d7ac17a026da7614c15 Signed-off-by: Carlos Llamas <cmllamas@google.com>
This commit is contained in:
parent
6aa6a1e569
commit
b8fe1c3c09
|
@ -385079,7 +385079,7 @@ elf_symbol {
|
|||
name: "kthread_stop_put"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x4eb0b74f
|
||||
crc: 0x79a61e3a
|
||||
type_id: 0x9ac6895a
|
||||
full_name: "kthread_stop_put"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user