feat: CPU pinning on Rockchip Orange Pi 5
This commit is contained in:
parent
b862a76ba1
commit
4ce5e4f952
1 changed files with 1 additions and 1 deletions
|
@ -22,5 +22,5 @@ info "Booting image${BOOT_DESC}..."
|
||||||
if [ -z "$CPU_PIN" ]; then
|
if [ -z "$CPU_PIN" ]; then
|
||||||
exec qemu-system-aarch64 ${ARGS:+ $ARGS}
|
exec qemu-system-aarch64 ${ARGS:+ $ARGS}
|
||||||
else
|
else
|
||||||
taskset -c "$CPU_TASK_SET" exec qemu-system-aarch64 ${ARGS:+ $ARGS}
|
taskset -c "$CPU_PIN" exec qemu-system-aarch64 ${ARGS:+ $ARGS}
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue