Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755237AbbK0UXo (ORCPT ); Fri, 27 Nov 2015 15:23:44 -0500 Received: from mail.skyhub.de ([78.46.96.112]:57481 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754450AbbK0UXm (ORCPT ); Fri, 27 Nov 2015 15:23:42 -0500 Date: Fri, 27 Nov 2015 21:23:39 +0100 From: Borislav Petkov To: Josh Triplett Cc: X86 ML , LKML , Peter Zijlstra , Andy Lutomirski , Herbert Xu , Matt Mackall , Chris Mason , Josef Bacik , David Sterba , kbuild test robot Subject: Re: [RFC PATCH 3/3] x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros Message-ID: <20151127202339.GA3746@pd.tnic> References: <1447156122-9379-1-git-send-email-bp@alien8.de> <1447156122-9379-4-git-send-email-bp@alien8.de> <20151124130510.GA21613@pd.tnic> <20151124224211.GA23495@x> <20151127135257.GA27739@pd.tnic> <20151127180432.GC27739@pd.tnic> <20151127201355.GC17820@x> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20151127201355.GC17820@x> 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: 1100 Lines: 30 On Fri, Nov 27, 2015 at 12:13:55PM -0800, Josh Triplett wrote: > Given an appropriate long description for that config option, that seems > worthwhile. Something like this: > > Some fast-paths in the kernel depend on the capabilities of the CPU. > Say Y here for the kernel to patch in the appropriate code at runtime > based on the capabilities of the CPU. The infrastructure for patching > code at runtime takes up some additional space; space-constrained > embedded systems may wish to say N here to produce smaller, slightly > slower code. Thanks for the text, looks good and I'll use it. :) And yes, considering the size of the patch, it is really worthwhile to save ~1.6K kernel text that easily. I'll do a proper patch and run it through the build tests. Thanks. -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. -- 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/