mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Coremark: start
Fix --emulator native. Add baremetal/arch/aarch64/contextidr_el1.c
This commit is contained in:
@@ -534,7 +534,14 @@ path_properties_tuples = (
|
||||
},
|
||||
{
|
||||
'freestanding': freestanding_properties,
|
||||
'futex_sev.cpp': {'more_than_1s': True},
|
||||
'futex_sev.cpp': {
|
||||
'baremetal': False,
|
||||
'more_than_1s': True,
|
||||
},
|
||||
'futex_ldxr_stxr.c': {
|
||||
'baremetal': False,
|
||||
'more_than_1s': True,
|
||||
},
|
||||
'sve_addvl.c': {'arm_sve': True},
|
||||
'wfe_ldxr_str.cpp': {
|
||||
'allowed_emulators': {'qemu'},
|
||||
|
||||
Reference in New Issue
Block a user