mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-10 13:23:01 +00:00
The find_*_bit() routines are defined to work on a pointer to unsigned long. But partial_page.bitmap is unsigned int and it is passed to find_*_bit() in arch/ia64/ia32/sys_ia32.c. So the compiler will print warnings. This patch changes to unsigned long instead. Signed-off-by: Akinobu Mita <mita@miraclelinux.com> Cc: "Luck, Tony" <tony.luck@intel.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |
||
|---|---|---|
| .. | ||
| binfmt_elf32.c | ||
| elfcore32.h | ||
| ia32_entry.S | ||
| ia32_ldt.c | ||
| ia32_signal.c | ||
| ia32_support.c | ||
| ia32_traps.c | ||
| ia32priv.h | ||
| Makefile | ||
| sys_ia32.c | ||