From patchwork Fri Sep 17 21:38:08 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zachary Amsden X-Patchwork-Id: 189062 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o8HLcPJ9028443 for ; Fri, 17 Sep 2010 21:38:25 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752195Ab0IQViM (ORCPT ); Fri, 17 Sep 2010 17:38:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27075 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750782Ab0IQViL (ORCPT ); Fri, 17 Sep 2010 17:38:11 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o8HLcAtP029843 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 17 Sep 2010 17:38:10 -0400 Received: from [10.11.11.247] (vpn-11-247.rdu.redhat.com [10.11.11.247]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o8HLc9Is005484; Fri, 17 Sep 2010 17:38:09 -0400 Message-ID: <4C93DFC0.10407@redhat.com> Date: Fri, 17 Sep 2010 11:38:08 -1000 From: Zachary Amsden User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Thunderbird/3.0.5 MIME-Version: 1.0 To: Jan Kiszka , kvm Subject: [PATCH] kvm-kmod X-Scanned-By: MIMEDefang 2.67 on 10.5.11.16 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Fri, 17 Sep 2010 21:38:25 +0000 (UTC) diff --git a/x86/external-module-compat.h b/x86/external-module-compat.h index cc51b0f..8cb936d 100644 --- a/x86/external-module-compat.h +++ b/x86/external-module-compat.h @@ -1091,3 +1091,8 @@ static inline u64 pvclock_scale_delta(u64 delta, u32 mul_frac, int shift) #else #define kvm_set_64bit set_64bit #endif + + +#ifndef MSR_EBC_FREQUENCY_ID +#define MSR_EBC_FREQUENCY_ID 0x0000002c +#endif