Re: [PATCH]: Fix several warnings on sparc64.

2009-03-04 Thread David Miller
From: Vesa Jääskeläinen Date: Wed, 04 Mar 2009 13:56:08 +0200 > David Miller wrote: > > Many of these warnings are for two reasons: > > > > 1) grub_ssize_t is != 'int' on sparc64, and many pieces of code > >try to pass an int pointer in for the final arg of several > >ieee1275 "get prope

Re: [PATCH]: Fix several warnings on sparc64.

2009-03-04 Thread Vesa Jääskeläinen
David Miller wrote: > Many of these warnings are for two reasons: > > 1) grub_ssize_t is != 'int' on sparc64, and many pieces of code >try to pass an int pointer in for the final arg of several >ieee1275 "get property" functions which take a grub_ssize_t >pointer. > > 2) The third arg

[PATCH]: Fix several warnings on sparc64.

2009-03-04 Thread David Miller
Many of these warnings are for two reasons: 1) grub_ssize_t is != 'int' on sparc64, and many pieces of code try to pass an int pointer in for the final arg of several ieee1275 "get property" functions which take a grub_ssize_t pointer. 2) The third arg to grub_ieee1275_get_integer_prope