Magellan Linux

Contents of /trunk/kernel26-xen/patches-2.6.25-r1/1123-2.6.25-xen-asm-x86-pgtable.h-include-asm-page.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: 718 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 c93c8edba3e456b2b4a3d62ed97b31a22e9a1bb4 Mon Sep 17 00:00:00 2001
2 From: Eduardo Habkost <ehabkost@redhat.com>
3 Date: Wed, 23 Jan 2008 16:14:25 -0200
4 Subject: [PATCH] asm-x86/pgtable.h: #include <asm/page.h>
5
6 Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
7 ---
8 include/asm-x86/pgtable.h | 2 ++
9 1 files changed, 2 insertions(+), 0 deletions(-)
10
11 diff --git a/include/asm-x86/pgtable.h b/include/asm-x86/pgtable.h
12 index 6b3979e..e6e22db 100644
13 --- a/include/asm-x86/pgtable.h
14 +++ b/include/asm-x86/pgtable.h
15 @@ -1,6 +1,8 @@
16 #ifndef _ASM_X86_PGTABLE_H
17 #define _ASM_X86_PGTABLE_H
18
19 +#include <asm/page.h>
20 +
21 #define USER_PTRS_PER_PGD ((TASK_SIZE-1)/PGDIR_SIZE+1)
22 #define FIRST_USER_ADDRESS 0
23
24 --
25 1.5.4.1
26