On Fri, Feb 14, 2014 at 10:50:23PM +0100, Levente Kurusa wrote: > Since MSR_AP is 0x3, ANDing it with 0xFC will never be true. > Add a NOT operation to 0xFC so that we will AND with the last > three bits which will result in a possibility that the condition > will succeed. > > Signed-off-by: Levente Kurusa <le...@linux.com> > --- > Hi, > > This might not be the real solution since it is also possible that > the particular condition never really happens. I seek comments > so that I can post the proper patch. >
I can't test it either but I think your fix is correct. Reviewed-by: Dan Carpenter <dan.carpen...@oracle.com> regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/