Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
s390/smp: fix sigp cpu detection loop
On a (theoretical) system where the read-cpu-info SCLP command does not work but SMT is enabled, the sigp detection loop may not find all configured cores. The maximum CPU address needs to be shifted with smp_cpu_mt_shift. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
- Loading branch information