Re: [PATCH 2/3] ibm_newemac: Introduce mal_has_feature

2008-09-04 Thread Josh Boyer
On Fri, 05 Sep 2008 13:19:23 +1000 Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > On Thu, 2008-09-04 at 11:02 -0400, Josh Boyer wrote: > > There are some PowerPC SoCs that do odd things with the MAL handling. In > > order to accommodate them, we need to introduce a feature mechanism that is

Re: [PATCH 2/3] ibm_newemac: Introduce mal_has_feature

2008-09-04 Thread Benjamin Herrenschmidt
On Thu, 2008-09-04 at 11:02 -0400, Josh Boyer wrote: > There are some PowerPC SoCs that do odd things with the MAL handling. In > order to accommodate them, we need to introduce a feature mechanism that is > similar to the existing emac_has_feature function. > > This adds a feature variable to th

[PATCH 2/3] ibm_newemac: Introduce mal_has_feature

2008-09-04 Thread Josh Boyer
There are some PowerPC SoCs that do odd things with the MAL handling. In order to accommodate them, we need to introduce a feature mechanism that is similar to the existing emac_has_feature function. This adds a feature variable to the mal_instance structure, and adds a mal_has_feature function w