Re: [PATCH] ARC: show detaled ActionPoint configuration in mumbojumbo

From: Vineet Gupta
Date: Wed Jan 09 2019 - 12:39:36 EST


On 1/9/19 9:35 AM, Vineet Gupta wrote:
> + cpu->extn.ap_full = !ap.min;

This needs to be

+ cpu->extn.ap_full = !!ap.min;