[Skiboot] [PATCH v4 7/8] slw: Allow adding idle states to power-mgt node in mambo

Shreyas B Prabhu shreyas at linux.vnet.ibm.com
Fri Jun 17 14:25:07 AEST 2016



On 06/17/2016 08:20 AM, Michael Neuling wrote:
> diff --git a/include/chip.h b/include/chip.h
>> index 1ca8a943fdb3..d93de22088a6 100644
>> --- a/include/chip.h
>> +++ b/include/chip.h
>> @@ -118,9 +118,8 @@ enum proc_chip_quirks {
>>  	QUIRK_NO_F000F		= 0x00000004,
>>  	QUIRK_NO_PBA		= 0x00000008,
>>  	QUIRK_NO_OCC_IRQ       	= 0x00000010,
>> -	QUIRK_DISABLE_NAP	= 0x00000020,
>> -	QUIRK_SIMICS		= 0x00000040,
>> -	QUIRK_POWER_RADIX       = 0x00000080,
>> +	QUIRK_SIMICS		= 0x00000020,
>> +	QUIRK_POWER_RADIX       = 0x00000040,
> 
> POWER_RADIX is not upstream so this won't apply.
> 
Resent fixing this.

--Shreyas



More information about the Skiboot mailing list