Magellan Linux

Contents of /trunk/kernel26-xen/patches-2.6.25-r1/1109-2.6.25-xen-pvops-64-call-paravirt_post_allocator_init-on-set.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: 808 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 7bdcd0a9c534c5993642d228985e05c0938f9a32 Mon Sep 17 00:00:00 2001
2 From: Eduardo Habkost <ehabkost@redhat.com>
3 Date: Mon, 14 Jan 2008 19:52:23 -0200
4 Subject: [PATCH] pvops-64: call paravirt_post_allocator_init() on setup_arch()
5
6 Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
7 ---
8 arch/x86/kernel/setup_64.c | 2 ++
9 1 files changed, 2 insertions(+), 0 deletions(-)
10
11 diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c
12 index 03a22e5..479c782 100644
13 --- a/arch/x86/kernel/setup_64.c
14 +++ b/arch/x86/kernel/setup_64.c
15 @@ -455,6 +455,8 @@ void __init setup_arch(char **cmdline_p)
16 paravirt_pagetable_setup_start(swapper_pg_dir);
17 paging_init();
18 paravirt_pagetable_setup_done(swapper_pg_dir);
19 + paravirt_post_allocator_init();
20 +
21 map_vsyscall();
22
23 early_quirks();
24 --
25 1.5.4.1
26