Magellan Linux

Contents of /trunk/kernel26-xen/patches-2.6.25-r1/1138-2.6.25-xen-Add-include-linux-spinlock_types.h-to-asm-x86-pgt.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 606 - (show annotations) (download)
Thu May 22 23:13:13 2008 UTC (16 years ago) by niro
File size: 819 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 be87123af6d68bd12c07db659fc77347faff1be7 Mon Sep 17 00:00:00 2001
2 From: Eduardo Habkost <ehabkost@redhat.com>
3 Date: Fri, 29 Feb 2008 13:21:11 -0300
4 Subject: [PATCH] Add #include <linux/spinlock_types.h> to asm-x86/pgtable.h
5
6 Needed for spinlock_t type.
7
8 Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
9 ---
10 include/asm-x86/pgtable.h | 2 ++
11 1 files changed, 2 insertions(+), 0 deletions(-)
12
13 diff --git a/include/asm-x86/pgtable.h b/include/asm-x86/pgtable.h
14 index 4d8d1b9..29824af 100644
15 --- a/include/asm-x86/pgtable.h
16 +++ b/include/asm-x86/pgtable.h
17 @@ -137,6 +137,8 @@ extern pteval_t __PAGE_KERNEL, __PAGE_KERNEL_EXEC;
18
19 #ifndef __ASSEMBLY__
20
21 +#include <linux/spinlock_types.h>
22 +
23 /*
24 * ZERO_PAGE is a global shared page that is always zero: used
25 * for zero-mapped memory areas etc..
26 --
27 1.5.4.1
28