Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757381AbbEVJIn (ORCPT ); Fri, 22 May 2015 05:08:43 -0400 Received: from www.linutronix.de ([62.245.132.108]:42195 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757257AbbEVJI3 (ORCPT ); Fri, 22 May 2015 05:08:29 -0400 Date: Fri, 22 May 2015 11:08:35 +0200 (CEST) From: Thomas Gleixner To: Matt Fleming cc: Peter Zijlstra , linux-kernel@vger.kernel.org, x86@kernel.org, Matt Fleming , Kanaka Juvva , Vikas Shivappa , Will Auld Subject: Re: [PATCH] perf/x86/intel: Use 'u32' data type for RMIDs In-Reply-To: <1432285182-17180-1-git-send-email-matt@codeblueprint.co.uk> Message-ID: References: <1432285182-17180-1-git-send-email-matt@codeblueprint.co.uk> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001,URIBL_BLOCKED=0.001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 673 Lines: 19 On Fri, 22 May 2015, Matt Fleming wrote: > From: Matt Fleming > > Since we write RMID values to MSRs the correct type to use is 'u32' > because that clearly articulates we're writing a hardware register > value. > > Fixup all uses of RMID in this code to consistently use the correct data > type. > > Reported-by: Thomas Gleixner Acked-by: Thomas Gleixner -- 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/