mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
cpp/atomic.cpp: use 2 cpus as required for gem5 and skip gem5 due to ldadd
This commit is contained in:
@@ -479,7 +479,13 @@ path_properties_tuples = (
|
||||
),
|
||||
'cpp': (
|
||||
{},
|
||||
{},
|
||||
{
|
||||
'atomic.cpp': {
|
||||
'test_run_args': {'cpus': 2},
|
||||
# LDADD from LSE
|
||||
'gem5_unimplemented_instruction': True,
|
||||
},
|
||||
},
|
||||
),
|
||||
'gcc': (
|
||||
gnu_extension_properties,
|
||||
|
||||
Reference in New Issue
Block a user