From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753048AbbFCHli (ORCPT ); Wed, 3 Jun 2015 03:41:38 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:34211 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751042AbbFCHlg (ORCPT ); Wed, 3 Jun 2015 03:41:36 -0400 Date: Wed, 3 Jun 2015 09:41:32 +0200 From: Ingo Molnar To: Peter Zijlstra Cc: Thomas Gleixner , "H. Peter Anvin" , linux-kernel@vger.kernel.org Subject: Re: [RFC][PATCH] x86: Cleanup Kconfig Message-ID: <20150603074132.GA1092@gmail.com> References: <20150602091455.GW19282@twins.programming.kicks-ass.net> <20150602113542.GA3443@gmail.com> <20150602153027.GU3644@twins.programming.kicks-ass.net> <20150603072621.GA27705@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150603072621.GA27705@gmail.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 * Ingo Molnar wrote: > select GENERIC_CLOCKEVENTS_BROADCAST if X86_64 || (X86_32 && X86_LOCAL_APIC) Btw., could we (in a separate patch) turn this into: > select GENERIC_CLOCKEVENTS_BROADCAST x86 systems without an APIC are rare and rarely tested, we are better off simplifying our clockevents layout. Thanks, Ingo