Magellan Linux

Contents of /trunk/kernel26-xen/patches-2.6.25-r1/1035-2.6.25-xen-Add-FIX_PARAVIRT_BOOTAP-to-fixmap_64.h-too.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 606 - (show annotations) (download)
Thu May 22 23:13:13 2008 UTC (15 years, 11 months ago) by niro
File size: 900 byte(s)
-ver bump to 2.6.25-magellan-r1:
- linux-2.6.25.4
- fbcondecor-0.9.4
- squashfs-3.3
- unionfs-2.3.3
- tuxonice-3.0-rc7
- linux-phc-0.3.0
- acpi-dstd-0.9a
- reiser4
- xen-3.2.0
. ipw3945-1.2.2

1 From 607dca5deb7bdf9a16105ab04f6385f688b8294f Mon Sep 17 00:00:00 2001
2 From: Eduardo Habkost <ehabkost@Rawhide-64.localdomain>
3 Date: Tue, 27 Nov 2007 19:42:21 -0200
4 Subject: [PATCH] Add FIX_PARAVIRT_BOOTAP to fixmap_64.h too
5
6 Signed-off-by: Eduardo Habkost <ehabkost@Rawhide-64.localdomain>
7 ---
8 include/asm-x86/fixmap_64.h | 3 +++
9 1 files changed, 3 insertions(+), 0 deletions(-)
10
11 diff --git a/include/asm-x86/fixmap_64.h b/include/asm-x86/fixmap_64.h
12 index 45beeb1..0ffb60c 100644
13 --- a/include/asm-x86/fixmap_64.h
14 +++ b/include/asm-x86/fixmap_64.h
15 @@ -44,6 +44,9 @@ enum fixed_addresses {
16 FIX_IO_APIC_BASE_END = FIX_IO_APIC_BASE_0 + MAX_IO_APICS-1,
17 FIX_EFI_IO_MAP_LAST_PAGE,
18 FIX_EFI_IO_MAP_FIRST_PAGE = FIX_EFI_IO_MAP_LAST_PAGE+MAX_EFI_IO_PAGES-1,
19 +#ifdef CONFIG_PARAVIRT
20 + FIX_PARAVIRT_BOOTMAP,
21 +#endif
22 #ifdef CONFIG_PROVIDE_OHCI1394_DMA_INIT
23 FIX_OHCI1394_BASE,
24 #endif
25 --
26 1.5.4.1
27