mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
cpu register interface
pthread_barrier
This commit is contained in:
@@ -754,6 +754,10 @@ path_properties_tuples = (
|
||||
'requires_syscall_getcpu': True,
|
||||
'test_run_args': {'cpus': 2},
|
||||
},
|
||||
'sched_getcpu_barrier.c': {
|
||||
'requires_syscall_getcpu': True,
|
||||
'test_run_args': {'cpus': 2},
|
||||
},
|
||||
'time_boot.c': {'requires_sudo': True},
|
||||
'virt_to_phys_user.c': {'requires_argument': True},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user