From 0d6937010d1ba2d7ef50f2428fcc9ce3523e47b4 Mon Sep 17 00:00:00 2001 From: "Gustavo F. Padovan" Date: Sun, 15 Feb 2009 21:48:56 -0300 Subject: [PATCH] --- yaml --- r: 137021 b: refs/heads/master c: 5f403fa9de5b3bb1309ec5f72b1e52e5b51321d4 h: refs/heads/master i: 137019: 8030fadfcd89d04cebd5de0a86f85e067e0e5556 v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/fixmap_64.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index f1f8a3a631ab..10551a72616c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2ae38daf25204b7c3725e053052f77469eff62cf +refs/heads/master: 5f403fa9de5b3bb1309ec5f72b1e52e5b51321d4 diff --git a/trunk/arch/x86/include/asm/fixmap_64.h b/trunk/arch/x86/include/asm/fixmap_64.h index 7a518ec82635..baff6d0da995 100644 --- a/trunk/arch/x86/include/asm/fixmap_64.h +++ b/trunk/arch/x86/include/asm/fixmap_64.h @@ -16,7 +16,9 @@ #include #include #include +#ifdef CONFIG_EFI #include +#endif /* * Here we define all the compile-time 'special' virtual @@ -47,9 +49,11 @@ enum fixed_addresses { FIX_IO_APIC_BASE_0, FIX_IO_APIC_BASE_END = FIX_IO_APIC_BASE_0 + MAX_IO_APICS - 1, #endif +#ifdef CONFIG_EFI FIX_EFI_IO_MAP_LAST_PAGE, FIX_EFI_IO_MAP_FIRST_PAGE = FIX_EFI_IO_MAP_LAST_PAGE + MAX_EFI_IO_PAGES - 1, +#endif #ifdef CONFIG_PARAVIRT FIX_PARAVIRT_BOOTMAP, #endif