Re: [PATCH] x86: don't add new __cpuinit users to Merrifield platform code

2014-01-22 Thread David Cohen
On Wed, Jan 22, 2014 at 02:23:33PM -0800, H. Peter Anvin wrote: > On 01/22/2014 10:09 AM, David Cohen wrote: > > On Wed, Jan 22, 2014 at 10:08:03AM -0800, David Cohen wrote: > >> On Wed, Jan 22, 2014 at 12:35:25PM -0500, Paul Gortmaker wrote: > >>> Commit bc20aa48bbb3068224a1c91f8332971fdb689fad ("

Re: [PATCH] x86: don't add new __cpuinit users to Merrifield platform code

2014-01-22 Thread H. Peter Anvin
On 01/22/2014 10:09 AM, David Cohen wrote: > On Wed, Jan 22, 2014 at 10:08:03AM -0800, David Cohen wrote: >> On Wed, Jan 22, 2014 at 12:35:25PM -0500, Paul Gortmaker wrote: >>> Commit bc20aa48bbb3068224a1c91f8332971fdb689fad ("x86, intel-mid: >>> Add Merrifield platform support") added new instanc

Re: [PATCH] x86: don't add new __cpuinit users to Merrifield platform code

2014-01-22 Thread David Cohen
On Wed, Jan 22, 2014 at 10:08:03AM -0800, David Cohen wrote: > On Wed, Jan 22, 2014 at 12:35:25PM -0500, Paul Gortmaker wrote: > > Commit bc20aa48bbb3068224a1c91f8332971fdb689fad ("x86, intel-mid: > > Add Merrifield platform support") added new instances of __cpuinit > > usage. We removed this a

Re: [PATCH] x86: don't add new __cpuinit users to Merrifield platform code

2014-01-22 Thread David Cohen
On Wed, Jan 22, 2014 at 12:35:25PM -0500, Paul Gortmaker wrote: > Commit bc20aa48bbb3068224a1c91f8332971fdb689fad ("x86, intel-mid: > Add Merrifield platform support") added new instances of __cpuinit > usage. We removed this a couple versions ago; we now want to remove > the compat no-op stubs.

[PATCH] x86: don't add new __cpuinit users to Merrifield platform code

2014-01-22 Thread Paul Gortmaker
Commit bc20aa48bbb3068224a1c91f8332971fdb689fad ("x86, intel-mid: Add Merrifield platform support") added new instances of __cpuinit usage. We removed this a couple versions ago; we now want to remove the compat no-op stubs. Introducing new users is not what we want to see at this point in time,