OpenEneaLinux / rt-tools

Collection of Linux tools for achieving real-time performance
BSD 3-Clause "New" or "Revised" License
32 stars 17 forks source link

partrt: Fix move cpumask comparison #8

Closed alexandruavadanii closed 3 years ago

alexandruavadanii commented 3 years ago

Use the same cpumask comparison expression in 'move' as we have in 'run' to avoid evaluating one of the operands as decimal instead of hex.

matslil commented 3 years ago

Looks good to me, merging!