Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758898AbYFYEpH (ORCPT ); Wed, 25 Jun 2008 00:45:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755202AbYFYEhh (ORCPT ); Wed, 25 Jun 2008 00:37:37 -0400 Received: from 9.sub-70-198-159.myvzw.com ([70.198.159.9]:37438 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755370AbYFYEhW (ORCPT ); Wed, 25 Jun 2008 00:37:22 -0400 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCH 21 of 36] x86-64: add FIX_PARAVIRT_BOOTMAP fixmap slot X-Mercurial-Node: 45f2a8212d4b36b1821b50b89a211f37b266b1c0 Message-Id: <45f2a8212d4b36b1821b.1214367557@localhost> In-Reply-To: Date: Wed, 25 Jun 2008 00:19:17 -0400 From: Jeremy Fitzhardinge To: Ingo Molnar Cc: LKML , x86@kernel.org, xen-devel , Stephen Tweedie , Eduardo Habkost , Mark McLoughlin , x86@kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 812 Lines: 27 This matches 32 bit. Signed-off-by: Jeremy Fitzhardinge --- include/asm-x86/fixmap_64.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/asm-x86/fixmap_64.h b/include/asm-x86/fixmap_64.h --- a/include/asm-x86/fixmap_64.h +++ b/include/asm-x86/fixmap_64.h @@ -46,6 +46,9 @@ FIX_EFI_IO_MAP_LAST_PAGE, FIX_EFI_IO_MAP_FIRST_PAGE = FIX_EFI_IO_MAP_LAST_PAGE + MAX_EFI_IO_PAGES - 1, +#ifdef CONFIG_PARAVIRT + FIX_PARAVIRT_BOOTMAP, +#endif #ifdef CONFIG_PROVIDE_OHCI1394_DMA_INIT FIX_OHCI1394_BASE, #endif -- 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/