macro@linux-mips.org wrote:
>
> CVSROOT: /home/cvs
> Module name: linux
> Changes by: macro@ftp.linux-mips.org 05/04/01 18:53:33
>
> Modified files:
> arch/mips/mm : pg-sb1.c
>
> Log message:
> Remove useless casts. Fix formatting.
This patch leads for 64bit kernels to:
CC arch/mips/mm/pg-sb1.o
arch/mips/mm/pg-sb1.c: In function `sb1_dma_init':
arch/mips/mm/pg-sb1.c:220: warning: cast from pointer to integer of different
size
arch/mips/mm/pg-sb1.c:225: warning: passing arg 2 of `__raw_writeq' discards
qualifiers from pointer target type
arch/mips/mm/pg-sb1.c:226: warning: passing arg 2 of `__raw_writeq' discards
qualifiers from pointer target type
arch/mips/mm/pg-sb1.c:227: warning: passing arg 2 of `__raw_writeq' discards
qualifiers from pointer target type
arch/mips/mm/pg-sb1.c: In function `clear_page':
arch/mips/mm/pg-sb1.c:233: warning: cast from pointer to integer of different
size
arch/mips/mm/pg-sb1.c:237: warning: cast from pointer to integer of different
size
arch/mips/mm/pg-sb1.c: In function `copy_page':
arch/mips/mm/pg-sb1.c:257: warning: cast from pointer to integer of different
size
arch/mips/mm/pg-sb1.c:258: warning: cast from pointer to integer of different
size
arch/mips/mm/pg-sb1.c:262: warning: cast from pointer to integer of different
size
arch/mips/mm/pg-sb1.c:263: warning: cast from pointer to integer of different
size
|