]> git.karo-electronics.de Git - linux-beck.git/commit
[S390] topology,sched: fix cpu_coregroup_mask/cpu_book_mask definitions
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 26 May 2011 07:48:27 +0000 (09:48 +0200)
committerHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 26 May 2011 07:48:25 +0000 (09:48 +0200)
commitac5fa22fd4f27376e4ec41b44279c9992322d7ce
tree25da1e1563c359f088a9d469a29945496160ef1f
parentb07c9015efcde71ed929ce5ded0268630bb1c95e
[S390] topology,sched: fix cpu_coregroup_mask/cpu_book_mask definitions

Both functions take an int instead of an unsigned int. Fixes these
compile warnings:

kernel/sched.c:7167:2: warning: initialization from incompatible pointer type
kernel/sched.c:7170:2: warning: initialization from incompatible pointer type

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/topology.h