]> Git Repo - linux.git/commit
[PATCH] bitops: ia64: make partial_page.bitmap an unsigned long
authorAkinobu Mita <[email protected]>
Sun, 26 Mar 2006 09:39:53 +0000 (01:39 -0800)
committerLinus Torvalds <[email protected]>
Sun, 26 Mar 2006 16:57:15 +0000 (08:57 -0800)
commit55b0f8a68ab475cc68f88d1e7a873490869d022e
treef569dd577e7fd53a15a9d3bb69868bbc941aac93
parent6ecf66ae49390bb790673d46e5fb723edcc3733b
[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 <[email protected]>
Cc: "Luck, Tony" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/ia64/ia32/ia32priv.h
This page took 0.053019 seconds and 4 git commands to generate.