mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 20:14:27 +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': (
|
'cpp': (
|
||||||
{},
|
{},
|
||||||
{},
|
{
|
||||||
|
'atomic.cpp': {
|
||||||
|
'test_run_args': {'cpus': 2},
|
||||||
|
# LDADD from LSE
|
||||||
|
'gem5_unimplemented_instruction': True,
|
||||||
|
},
|
||||||
|
},
|
||||||
),
|
),
|
||||||
'gcc': (
|
'gcc': (
|
||||||
gnu_extension_properties,
|
gnu_extension_properties,
|
||||||
|
|||||||
Reference in New Issue
Block a user