]> Git Repo - qemu.git/blobdiff - target/arm/cpu.h
hw/arm/virt: extract mp-affinity calculation in separate function
[qemu.git] / target / arm / cpu.h
index 1055bfef3dd7a8d4e30583901bd3dfeba8dd9874..048faed9b935602004af5373a953d7f0f4809fc0 100644 (file)
@@ -710,6 +710,8 @@ static inline ARMCPU *arm_env_get_cpu(CPUARMState *env)
     return container_of(env, ARMCPU, env);
 }
 
+uint64_t arm_cpu_mp_affinity(int idx, uint8_t clustersz);
+
 #define ENV_GET_CPU(e) CPU(arm_env_get_cpu(e))
 
 #define ENV_OFFSET offsetof(ARMCPU, env)
This page took 0.022368 seconds and 4 git commands to generate.