Re: [PATCH] seq_file conversion: APM on arm

2007-01-24 Thread Ralf Baechle
On Wed, Jan 24, 2007 at 04:13:37PM +0900, Paul Mundt wrote: > On Tue, Jan 23, 2007 at 04:45:41PM -0800, Andrew Morton wrote: > > There is an ongoing desultory effort from Ralf to unify the ARM and MIPS > > APM implementations. Independently converting them both to use seqfile > > at this stage mi

Re: [PATCH] seq_file conversion: APM on arm

2007-01-23 Thread Paul Mundt
On Tue, Jan 23, 2007 at 04:45:41PM -0800, Andrew Morton wrote: > There is an ongoing desultory effort from Ralf to unify the ARM and MIPS > APM implementations. Independently converting them both to use seqfile > at this stage might muck that up. Ralf, talk to me? What happened with this anyway

Re: [PATCH] seq_file conversion: APM on arm

2007-01-23 Thread Ralf Baechle
On Tue, Jan 23, 2007 at 04:45:41PM -0800, Andrew Morton wrote: > There is an ongoing desultory effort from Ralf to unify the ARM and MIPS > APM implementations. Independently converting them both to use seqfile > at this stage might muck that up. Ralf, talk to me? I was planning to get back to

Re: [PATCH] seq_file conversion: APM on arm

2007-01-23 Thread Andrew Morton
On Mon, 15 Jan 2007 23:59:35 +0300 Alexey Dobriyan <[EMAIL PROTECTED]> wrote: > Compile-tested. > > Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> > --- > > arch/arm/kernel/apm.c | 28 +++- > 1 file changed, 23 insertions(+), 5 deletions(-) > > --- a/arch/arm/kern

[PATCH] seq_file conversion: APM on arm

2007-01-15 Thread Alexey Dobriyan
Compile-tested. Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- arch/arm/kernel/apm.c | 28 +++- 1 file changed, 23 insertions(+), 5 deletions(-) --- a/arch/arm/kernel/apm.c +++ b/arch/arm/kernel/apm.c @@ -14,6 +14,7 @@ #include #include #include #include