Magellan Linux

Contents of /trunk/kernel26-xen/patches-2.6.25-r1/1122-2.6.25-xen-asm-x86-pgtable_64.h-include-linux-spinlock.h.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: 746 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 d15a18b45bf04e3243ebe47d6cc7bccd3753a6c9 Mon Sep 17 00:00:00 2001
2 From: Eduardo Habkost <ehabkost@redhat.com>
3 Date: Wed, 23 Jan 2008 16:14:04 -0200
4 Subject: [PATCH] asm-x86/pgtable_64.h: #include <linux/spinlock.h>
5
6 Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
7 ---
8 include/asm-x86/pgtable_64.h | 1 +
9 1 files changed, 1 insertions(+), 0 deletions(-)
10
11 diff --git a/include/asm-x86/pgtable_64.h b/include/asm-x86/pgtable_64.h
12 index d96a272..6c6e29d 100644
13 --- a/include/asm-x86/pgtable_64.h
14 +++ b/include/asm-x86/pgtable_64.h
15 @@ -11,6 +11,7 @@
16 #include <asm/processor.h>
17 #include <linux/bitops.h>
18 #include <linux/threads.h>
19 +#include <linux/spinlock.h>
20 #include <asm/pda.h>
21
22 extern pud_t level3_kernel_pgt[512];
23 --
24 1.5.4.1
25