commit | ac5fa22fd4f27376e4ec41b44279c9992322d7ce | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Thu May 26 09:48:27 2011 +0200 |
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | Thu May 26 09:48:25 2011 +0200 |
tree | 25da1e1563c359f088a9d469a29945496160ef1f | |
parent | b07c9015efcde71ed929ce5ded0268630bb1c95e [diff] |
[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>