Re: [PATCH] Declare PNP option parsing functions as __init

2007-12-03 Thread Bjorn Helgaas
On Monday 03 December 2007 04:53:01 am Thomas Renninger wrote: > On Fri, 2007-11-30 at 16:52 -0700, Bjorn Helgaas wrote: > > On Friday 30 November 2007 04:37:26 pm Rene Herman wrote: > > > On 30-11-07 18:04, Thomas Renninger wrote: > > > > If I have not overseen something, it should be rather obvio

Re: [PATCH] Declare PNP option parsing functions as __init

2007-12-03 Thread Thomas Renninger
On Fri, 2007-11-30 at 16:52 -0700, Bjorn Helgaas wrote: > On Friday 30 November 2007 04:37:26 pm Rene Herman wrote: > > On 30-11-07 18:04, Thomas Renninger wrote: > > > If I have not overseen something, it should be rather obvious that those > > > can all be declared __init... > > > ---

Re: [PATCH] Declare PNP option parsing functions as __init

2007-12-02 Thread Rene Herman
On 02-12-07 14:34, Thomas Renninger wrote: On Sat, 2007-12-01 at 01:33 +0100, Rene Herman wrote: On 01-12-07 00:52, Bjorn Helgaas wrote: I agree this is probably safe in the current implementation. However, I think the current implementation is just broken because we can't really handle hot

Re: [PATCH] Declare PNP option parsing functions as __init

2007-12-02 Thread Thomas Renninger
On Sat, 2007-12-01 at 01:33 +0100, Rene Herman wrote: > On 01-12-07 00:52, Bjorn Helgaas wrote: > > > On Friday 30 November 2007 04:37:26 pm Rene Herman wrote: > >> On 30-11-07 18:04, Thomas Renninger wrote: > >>> If I have not overseen something, it should be rather obvious that those > >>> can

Re: [PATCH] Declare PNP option parsing functions as __init

2007-12-02 Thread Thomas Renninger
On Fri, 2007-11-30 at 16:52 -0700, Bjorn Helgaas wrote: > On Friday 30 November 2007 04:37:26 pm Rene Herman wrote: > > On 30-11-07 18:04, Thomas Renninger wrote: > > > If I have not overseen something, it should be rather obvious that those > > > can all be declared __init... > > > --

Re: [PATCH] Declare PNP option parsing functions as __init

2007-11-30 Thread Rene Herman
On 01-12-07 00:52, Bjorn Helgaas wrote: On Friday 30 November 2007 04:37:26 pm Rene Herman wrote: On 30-11-07 18:04, Thomas Renninger wrote: If I have not overseen something, it should be rather obvious that those can all be declared __init... --- Declare PNP option parsing functi

Re: [PATCH] Declare PNP option parsing functions as __init

2007-11-30 Thread Bjorn Helgaas
On Friday 30 November 2007 04:37:26 pm Rene Herman wrote: > On 30-11-07 18:04, Thomas Renninger wrote: > > If I have not overseen something, it should be rather obvious that those > > can all be declared __init... > > --- > > > > Declare PNP option parsing functions as __init > > > >

Re: [PATCH] Declare PNP option parsing functions as __init

2007-11-30 Thread Rene Herman
On 30-11-07 18:04, Thomas Renninger wrote: If I have not overseen something, it should be rather obvious that those can all be declared __init... --- Declare PNP option parsing functions as __init There are three kind of parse functions provided by PNP acpi/bios: - get current res

[PATCH] Declare PNP option parsing functions as __init

2007-11-30 Thread Thomas Renninger
If I have not overseen something, it should be rather obvious that those can all be declared __init... --- Declare PNP option parsing functions as __init There are three kind of parse functions provided by PNP acpi/bios: - get current resources - set resources - get possible resour