]> Git Repo - qemu.git/blobdiff - tests/rcutorture.c
pseries: disable migration-test if /dev/kvm cannot be used
[qemu.git] / tests / rcutorture.c
index 4002ecf1232e30dbf9b7af90962c7b0967f9a2b1..49311c82ea4852c1a66eac43ea7f558fb6c93aa2 100644 (file)
@@ -238,7 +238,6 @@ long long rcu_stress_count[RCU_STRESS_PIPE_LEN + 1];
 static void *rcu_read_stress_test(void *arg)
 {
     int i;
-    int itercnt = 0;
     struct rcu_stress *p;
     int pc;
     long long n_reads_local = 0;
@@ -269,9 +268,6 @@ static void *rcu_read_stress_test(void *arg)
         }
         rcu_stress_local[pc]++;
         n_reads_local++;
-        if ((++itercnt % 0x1000) == 0) {
-            synchronize_rcu();
-        }
     }
     qemu_mutex_lock(&counts_mutex);
     n_reads += n_reads_local;
This page took 0.019692 seconds and 4 git commands to generate.