From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753225AbbC0MLI (ORCPT ); Fri, 27 Mar 2015 08:11:08 -0400 Received: from mail-wg0-f47.google.com ([74.125.82.47]:34645 "EHLO mail-wg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752666AbbC0MLD (ORCPT ); Fri, 27 Mar 2015 08:11:03 -0400 Date: Fri, 27 Mar 2015 13:10:58 +0100 From: Ingo Molnar To: Bandan Das Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86/apic: remove read/write test in verify_local_apic() Message-ID: <20150327121058.GA15631@gmail.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 * Bandan Das wrote: > > Most newer processors have the APIC_ID read-only and this > test probably fails on most boxes anyway. Fix typos. > > Signed-off-by: Bandan Das > --- > Honestly, I don't think this function is really needed. > It's called for both UP/MP but the return value isn't > used by any of them. Maybe, we should just remove it ? Agreed, lets just remove it. Thanks, Ingo