From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755494Ab0KIBux (ORCPT ); Mon, 8 Nov 2010 20:50:53 -0500 Received: from one.firstfloor.org ([213.235.205.2]:45333 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754219Ab0KIBuw (ORCPT ); Mon, 8 Nov 2010 20:50:52 -0500 Date: Tue, 9 Nov 2010 02:50:51 +0100 From: Andi Kleen To: Cyrill Gorcunov Cc: Andi Kleen , Thomas Gleixner , akpm@linux-foundation.org, linux-kernel@vger.kernel.org, Andi Kleen , x86@kernel.org Subject: Re: [PATCH] x86: fix apic.h unused but set warnings v2 Message-ID: <20101109015051.GC21551@basil.fritz.box> References: <1289251229-19589-1-git-send-email-andi@firstfloor.org> <87oc9zqy0l.fsf@basil.nowhere.org> <20101108221528.GH6273@lenovo> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101108221528.GH6273@lenovo> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Well, Andi I proposed to define variable as u64 and convert it back to u32 at procedure > exit point. That would be clean, and I still think so ;) Though I'm fine with > either way (I just thought about ones who will be reading this code in future, > and since most the rdmsrl callers already use u64 and unsigned long, this would > be consistent as well). I didn't use u64 because that would use more code on i386 -Andi -- ak@linux.intel.com -- Speaking for myself only.