Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965645AbXFGDUN (ORCPT ); Wed, 6 Jun 2007 23:20:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755175AbXFGDUA (ORCPT ); Wed, 6 Jun 2007 23:20:00 -0400 Received: from saraswathi.solana.com ([198.99.130.12]:58757 "EHLO saraswathi.solana.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755144AbXFGDT7 (ORCPT ); Wed, 6 Jun 2007 23:19:59 -0400 Date: Wed, 6 Jun 2007 23:11:03 -0400 From: Jeff Dike To: "Li, Xin B" Cc: avi@qumranet.com, kvm-devel@lists.sourceforge.net, LKML Subject: Re: [kvm-devel] [PATCH] KVM - Fix rmode_tss_base declaration Message-ID: <20070607031103.GA12462@c2.user-mode-linux.org> References: <20070606191925.GA8989@c2.user-mode-linux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 553 Lines: 19 On Thu, Jun 07, 2007 at 10:13:42AM +0800, Li, Xin B wrote: > >-static int rmode_tss_base(struct kvm* kvm) > >+static unsigned long rmode_tss_base(struct kvm* kvm) > > Should use gpa_t instead. Right you are, I didn't notice that type. Will fix. Jeff -- Work email - jdike at linux dot intel dot com - 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/