[PATCH 3/11] Move architecture vector definitions to prom.h

2013-03-08 Thread Nathan Fontenot
As part of handling of handling PRRN events we will need to check the vector 5 portion of the architecture bits reported in the device tree to ensure that PRRN event handling is enabled. In order to do this a new platform_has_feature call is introduced (in a subsequent patch) to make this check. T

Re: [PATCH 3/11] Move architecture vector definitions to prom.h

2013-03-14 Thread Paul Mackerras
On Fri, Mar 08, 2013 at 10:01:25PM -0600, Nathan Fontenot wrote: > As part of handling of handling PRRN events we will need to check the > vector 5 portion of the architecture bits reported in the device tree > to ensure that PRRN event handling is enabled. In order to do this a > new platform_has_