base: adjust 'affinity.run' time for vea9x4

remove imx53 since it has a single CPU
This commit is contained in:
Alexander Boettcher 2015-03-18 14:57:16 +01:00 committed by Christian Helmuth
parent 36e01b720e
commit e664c979b2
1 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,6 @@ if {
![have_spec hw_arndale] &&
![have_spec foc_x86_32] &&
![have_spec foc_x86_64] &&
![have_spec foc_imx53] &&
![have_spec foc_vea9x4] &&
![have_spec foc_panda] &&
![have_spec foc_arndale] &&
@ -74,9 +73,9 @@ if {[have_include "power_on/qemu"]} {
if {[have_spec x86]} { set rounds "40" }
}
run_genode_until "Round $rounds:.*\n" 90
run_genode_until "Round $rounds:.*\n" 120
set cpus [regexp -inline {Detected [0-9x]+ CPU[ s]\.} $output]
set cpus [regexp -inline {Detected [0-9x]+ CPU[s\.]} $output]
set cpus [regexp -all -inline {[0-9]+} $cpus]
set cpus [expr [lindex $cpus 0] * [lindex $cpus 1]]