Re: [PATCH v3 5/12] Update firmware_has_feature() to check architecture bits

2013-04-23 Thread Nathan Fontenot
On 04/22/2013 08:50 PM, Stephen Rothwell wrote: Hi Nathan, On Mon, 22 Apr 2013 13:38:47 -0500 Nathan Fontenot nf...@linux.vnet.ibm.com wrote: -/* Option vector 5: PAPR/OF options supported */ -#define OV5_LPAR0x80/* logical partitioning supported */ -#define OV5_SPLPAR

[PATCH v3 5/12] Update firmware_has_feature() to check architecture bits

2013-04-22 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

Re: [PATCH v3 5/12] Update firmware_has_feature() to check architecture bits

2013-04-22 Thread Stephen Rothwell
Hi Nathan, On Mon, 22 Apr 2013 13:38:47 -0500 Nathan Fontenot nf...@linux.vnet.ibm.com wrote: -/* Option vector 5: PAPR/OF options supported */ -#define OV5_LPAR 0x80/* logical partitioning supported */ -#define OV5_SPLPAR 0x40/* shared-processor LPAR supported

Re: [PATCH v3 5/12] Update firmware_has_feature() to check architecture bits

2013-04-22 Thread Stephen Rothwell
Hi Nathan, On Mon, 22 Apr 2013 13:38:47 -0500 Nathan Fontenot nf...@linux.vnet.ibm.com wrote: +/* Option vector 5: PAPR/OF options supported + * Thses bits are also used for the platform_has_feature() call so You talk about platform_has_feature(), but that does not exist (I assume it existed