Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932115AbZJFK3G (ORCPT ); Tue, 6 Oct 2009 06:29:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756906AbZJFK3F (ORCPT ); Tue, 6 Oct 2009 06:29:05 -0400 Received: from vpn.id2.novell.com ([195.33.99.129]:32655 "EHLO vpn.id2.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756578AbZJFK3E convert rfc822-to-8bit (ORCPT ); Tue, 6 Oct 2009 06:29:04 -0400 Message-Id: <4ACB37E802000078000182EC@vpn.id2.novell.com> X-Mailer: Novell GroupWise Internet Agent 8.0.1 Date: Tue, 06 Oct 2009 11:28:24 +0100 From: "Jan Beulich" To: "Jeremy Fitzhardinge" Cc: "Keir Fraser" , "the arch/x86 maintainers" , "Xen-devel" , "Chris Mason" , "Dan Magenheimer" , , "Zach Brown" , "Avi Kivity" , "Glauber de Oliveira Costa" , "Linux Kernel Mailing List" Subject: Re: [Xen-devel] [PATCH 5/5] xen/time: add pvclock_clocksource_vread support References: <1254790211-15416-1-git-send-email-jeremy.fitzhardinge@citrix.com> <1254790211-15416-6-git-send-email-jeremy.fitzhardinge@citrix.com> In-Reply-To: <1254790211-15416-6-git-send-email-jeremy.fitzhardinge@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8BIT Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 733 Lines: 21 >>> Jeremy Fitzhardinge 06.10.09 02:50 >>> >--- a/arch/x86/xen/mmu.c >+++ b/arch/x86/xen/mmu.c >@@ -1814,6 +1814,7 @@ static void xen_set_fixmap(unsigned idx, phys_addr_t phys, pgprot_t prot) > # endif > #else > case VSYSCALL_LAST_PAGE ... VSYSCALL_FIRST_PAGE: >+ case FIX_PVCLOCK_TIME_INFO: > #endif > #ifdef CONFIG_X86_LOCAL_APIC > case FIX_APIC_BASE: /* maps dummy local APIC */ And I think this added case also needs to move past the #endif. Jan -- 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/