diff options
author | 2006-03-26 01:39:53 -0800 | |
---|---|---|
committer | 2006-03-26 08:57:15 -0800 | |
commit | 55b0f8a68ab475cc68f88d1e7a873490869d022e (patch) | |
tree | f569dd577e7fd53a15a9d3bb69868bbc941aac93 /fs/buffer.c | |
parent | [PATCH] bitops: sh: make thread_info.flags an unsigned long (diff) | |
download | wireguard-linux-55b0f8a68ab475cc68f88d1e7a873490869d022e.tar.xz wireguard-linux-55b0f8a68ab475cc68f88d1e7a873490869d022e.zip |
[PATCH] bitops: ia64: make partial_page.bitmap an unsigned long
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>
Diffstat (limited to 'fs/buffer.c')
0 files changed, 0 insertions, 0 deletions