diff options
author | Anton Blanchard <anton@samba.org> | 2014-09-17 22:15:37 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2014-11-10 09:59:27 +1100 |
commit | 6e4c632cdff7bf0238a2543dfe98bd1ad40313c2 (patch) | |
tree | b394ab195c02c0bc76f22c5223a36fb55d3f8797 /arch/powerpc/kernel/entry_64.S | |
parent | 21098b9e07476deb3f40acd7e51cffbffb4ef865 (diff) | |
download | blackbird-op-linux-6e4c632cdff7bf0238a2543dfe98bd1ad40313c2.tar.gz blackbird-op-linux-6e4c632cdff7bf0238a2543dfe98bd1ad40313c2.zip |
powerpc: make __ffs return unsigned long
I'm seeing a build warning in mm/nobootmem.c after removing
bootmem:
mm/nobootmem.c: In function '__free_pages_memory':
include/linux/kernel.h:713:17: warning: comparison of distinct pointer types lacks a cast [enabled by default]
(void) (&_min1 == &_min2); \
^
mm/nobootmem.c:90:11: note: in expansion of macro 'min'
order = min(MAX_ORDER - 1UL, __ffs(start));
^
The rest of the worlds seems to define __ffs as returning unsigned long,
so lets do that.
Signed-off-by: Anton Blanchard <anton@samba.org>
Tested-by: Emil Medve <Emilian.Medve@Freescale.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel/entry_64.S')
0 files changed, 0 insertions, 0 deletions