Re: [PATCH v2 4/11] Update firmware_has_feature() to check architecture bits

2013-04-03 Thread Paul Mackerras
On Mon, Mar 25, 2013 at 01:54:54PM -0500, Nathan Fontenot wrote: > The firmware_has_feature() function makes it easy to check for supported > features of the hypervisor. This patch extends the capability of the > firmware_has_feature() function to include checking for specified bits > in vector 5 o

[PATCH v2 4/11] Update firmware_has_feature() to check architecture bits

2013-03-25 Thread Nathan Fontenot
The firmware_has_feature() function makes it easy to check for supported features of the hypervisor. This patch extends the capability of the firmware_has_feature() function to include checking for specified bits in vector 5 of the architecture vector as is reported in the device tree. As part of