Re: [PATCH 03/13] powerpc/ps3: the lv1_ routines have u64 parameters

2009-01-14 Thread Geoff Levand
Stephen Rothwell wrote: > We just fix up the reference parameters as the others are dealt with by > arithmetic promotion rules and don't cause warnings. > > This removes warnings like this: > > arch/powerpc/platforms/ps3/interrupt.c:327: warning: passing argument 1 of > 'lv1_construct_event_rece

[PATCH 03/13] powerpc/ps3: the lv1_ routines have u64 parameters

2009-01-13 Thread Stephen Rothwell
We just fix up the reference parameters as the others are dealt with by arithmetic promotion rules and don't cause warnings. This removes warnings like this: arch/powerpc/platforms/ps3/interrupt.c:327: warning: passing argument 1 of 'lv1_construct_event_receive_port' from incompatible pointer ty