As of 4fc81d45e35cd4cf3ff19d2a837c6f15c1afbf4b, the cpu-mask
property in the "openamp,domain-v1" binding says:
- *cpu-mask* is a bitfield indicating the subset of CPUs in the cluster which
the domain runs on
I'd like to propose that we extend this binding to say that a value of
0 means that the domain runs on all of the CPUs in the cluster.
This seems like a common case and it is a useful shorthand which may
help users, especially since we could define a self-documenting macro
like DOMAIN_CPU_MASK_ALL for this.
As of 4fc81d45e35cd4cf3ff19d2a837c6f15c1afbf4b, the
cpu-mask
property in the "openamp,domain-v1" binding says:I'd like to propose that we extend this binding to say that a value of 0 means that the domain runs on all of the CPUs in the cluster.
This seems like a common case and it is a useful shorthand which may help users, especially since we could define a self-documenting macro like
DOMAIN_CPU_MASK_ALL
for this.