commit | 19220999790a5a67bf954f19e9115c68e889cd11 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Thu Sep 21 14:43:10 2017 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu Sep 28 07:29:43 2017 +0200 |
tree | 809964988d67ee63c62fdc4f2a802c2b9c3c7451 | |
parent | 76b3138192e6ffec334269b1426fd0d100ba962b [diff] |
s390/cpumf: remove superfluous nr_cpumask_bits check Paul Burton reported that the nr_cpumask_bits check within cpumsf_pmu_event_init() is not necessary. Actually there is already a prior check within perf_event_alloc(). Therefore remove the check. Reported-by: Paul Burton <paul.burton@imgtec.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>