linux_5.10: weekly rls 2024.06.6
-74ac5b, Export arm/arm64 arch_sync_dma_for_device api. -5c342e, Fix ion arm api. -d9b948, Add C906L rst/unrst/reset syscall. Change-Id: Id2764250d02c62715b79480ad6b6fcc3a20aad48
This commit is contained in:
committed by
carbon
parent
7ddf29a19c
commit
5c388375f5
@ -860,8 +860,13 @@ __SYSCALL(__NR_faccessat2, sys_faccessat2)
|
||||
#define __NR_process_madvise 440
|
||||
__SYSCALL(__NR_process_madvise, sys_process_madvise)
|
||||
|
||||
// Reset/Unreset c906l at cv181x/cv180x
|
||||
// add by sophon.com
|
||||
#define __NR_reset_c906l 441
|
||||
__SYSCALL(__NR_reset_c906l, sys_reset_c906l)
|
||||
|
||||
#undef __NR_syscalls
|
||||
#define __NR_syscalls 441
|
||||
#define __NR_syscalls 442
|
||||
|
||||
/*
|
||||
* 32 bit systems traditionally used different
|
||||
|
||||
Reference in New Issue
Block a user