Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752138AbbHBRmo (ORCPT ); Sun, 2 Aug 2015 13:42:44 -0400 Received: from zeroeth.unpythonic.net ([162.243.242.154]:34171 "EHLO zeroeth.unpythonic.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751904AbbHBRmn (ORCPT ); Sun, 2 Aug 2015 13:42:43 -0400 Date: Sun, 2 Aug 2015 12:42:40 -0500 From: Jeff Epler To: Len Brown Cc: x86@kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Len Brown Subject: Re: [PATCH 1/1] x86: replace RDRAND forced-reseed with simple sanity check Message-ID: <20150802174239.GD58373@unpythonic.net> References: <001e354e9435443b1720838a111620c4eec12a61.1438356386.git.len.brown@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001e354e9435443b1720838a111620c4eec12a61.1438356386.git.len.brown@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 418 Lines: 11 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? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/