[PATCH 4/4] cpumask: add "last" alias for cpu list specifications

2020-11-09 Thread Paul Gortmaker
It seems that a common configuration is to use the 1st couple cores for housekeeping tasks, and or driving a busy peripheral that generates a lot of interrupts, or something similar. This tends to leave the remaining ones to form a pool of similarly configured cores to take on the real workload

[PATCH 4/4] cpumask: add "last" alias for cpu list specifications

2020-11-08 Thread Paul Gortmaker
It seems that a common configuration is to use the 1st couple cores for housekeeping tasks, and or driving a busy peripheral that generates a lot of interrupts, or something similar. This tends to leave the remaining ones to form a pool of similarly configured cores to take on the real workload