commit | 0d0e471b46d4ba1de4617d04cf071c6ae4a5df76 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Mon Aug 27 15:38:19 2012 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed Sep 26 15:44:53 2012 +0200 |
tree | c33f39cea4cfbdf86029c2acd0ac2489a03d8e63 | |
parent | 7755d6b2c05bea032bf2470d771ad9b56e26015d [diff] |
s390/smp: fix smp_find_processor_id() argument mismatch For SMP and !SMP smp_find_processor_id() either takes a u16 or an unsigned int argument. Fix this so both versions take a u16. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>