Re: [PATCH] powerpc/wdrtas: Update wdrtas_get_interval to use rtas_data_buf

2009-03-24 Thread Mark Nelson
On Wed, 25 Mar 2009 01:31:32 am Utz Bacher wrote: > Adrian Reber wrote on 24.03.2009 13:31:31: > > On Tue, Mar 24, 2009 at 05:30:41PM +1100, Mark Nelson wrote: > > > The buffer passed to the ibm,get-system-parameter RTAS call must be > > > in the RMA. To ensure we pass an address in the RMA use rt

Re: [PATCH] powerpc/wdrtas: Update wdrtas_get_interval to use rtas_data_buf

2009-03-24 Thread Mark Nelson
On Tue, 24 Mar 2009 11:31:31 pm Adrian Reber wrote: > On Tue, Mar 24, 2009 at 05:30:41PM +1100, Mark Nelson wrote: > > The buffer passed to the ibm,get-system-parameter RTAS call must be > > in the RMA. To ensure we pass an address in the RMA use rtas_data_buf > > for the actual RTAS call and then

Re: [PATCH] powerpc/wdrtas: Update wdrtas_get_interval to use rtas_data_buf

2009-03-24 Thread Utz Bacher
Adrian Reber wrote on 24.03.2009 13:31:31: > On Tue, Mar 24, 2009 at 05:30:41PM +1100, Mark Nelson wrote: > > The buffer passed to the ibm,get-system-parameter RTAS call must be > > in the RMA. To ensure we pass an address in the RMA use rtas_data_buf > > for the actual RTAS call and then copy the

Re: [PATCH] powerpc/wdrtas: Update wdrtas_get_interval to use rtas_data_buf

2009-03-24 Thread Adrian Reber
On Tue, Mar 24, 2009 at 05:30:41PM +1100, Mark Nelson wrote: > The buffer passed to the ibm,get-system-parameter RTAS call must be > in the RMA. To ensure we pass an address in the RMA use rtas_data_buf > for the actual RTAS call and then copy the result to value. We can't > just make it static bec