From 9ed175d92e3a69ea5d6058a4382e2a5c9ded7feb Mon Sep 17 00:00:00 2001 From: Jeremy Fitzhardinge Date: Wed, 2 May 2007 19:27:13 +0200 Subject: [PATCH] --- yaml --- r: 53854 b: refs/heads/master c: 90caccb9758e88db68a69553689baee38254287b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-i386/fixmap.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index ad7daf9d7aa7..b5a1aa243309 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b239fb2501117bf3aeb4dd6926edd855be92333d +refs/heads/master: 90caccb9758e88db68a69553689baee38254287b diff --git a/trunk/include/asm-i386/fixmap.h b/trunk/include/asm-i386/fixmap.h index e5651b2a585a..80ea052ee3a4 100644 --- a/trunk/include/asm-i386/fixmap.h +++ b/trunk/include/asm-i386/fixmap.h @@ -83,6 +83,9 @@ enum fixed_addresses { #endif #ifdef CONFIG_PCI_MMCONFIG FIX_PCIE_MCFG, +#endif +#ifdef CONFIG_PARAVIRT + FIX_PARAVIRT_BOOTMAP, #endif __end_of_permanent_fixed_addresses, /* temporary boot-time mappings, used before ioremap() is functional */