Re: [PATCH 1/1] x86: replace RDRAND forced-reseed with simple sanity check

From: Thomas Gleixner
Date: Sun Aug 02 2015 - 14:50:50 EST


On Sun, 2 Aug 2015, Jeff Epler wrote:

> On Fri, Jul 31, 2015 at 11:27:39AM -0400, Len Brown wrote:
> > if (!cpu_has(c, X86_FEATURE_RDRAND))
> > - return; /* Nothing to do */
> > + return;
>
> Why remove this comment?

Because it's pointless.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/