1. Fix the wrong ISA detect of get_isa function 2. Fix the typo ObjectLIst.cpu_list 3. Fix missing PageTableWalkerCache 4. Fix the invalid default cpu_type paramter Change-Id: I217ea8da8a6d8e712743a5b32c4c0669216ce6c4
This commit is contained in:
@@ -382,7 +382,7 @@ else:
|
||||
|
||||
np = args.num_cpus
|
||||
|
||||
isa = ObjectList.CPUList.get_isa(args.cpu_type)
|
||||
isa = ObjectList.cpu_list.get_isa(args.cpu_type)
|
||||
test_sys = build_test_system(np, isa)
|
||||
|
||||
if len(bm) == 2:
|
||||
|
||||
@@ -149,7 +149,7 @@ if args.bench:
|
||||
|
||||
for app in apps:
|
||||
try:
|
||||
if ObjectList.CPUList().get_isa(args.cpu_type) == ISA.ARM:
|
||||
if ObjectList.cpu_list.get_isa(args.cpu_type) == ISA.ARM:
|
||||
exec(
|
||||
"workload = %s('arm_%s', 'linux', '%s')"
|
||||
% (app, args.arm_iset, args.spec_input)
|
||||
|
||||
Reference in New Issue
Block a user