Magellan Linux

Contents of /tags/kernel26-xen-2_6_25_r1-fedora9-patches/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 608 - (show annotations) (download)
Fri May 23 12:17:32 2008 UTC (16 years ago) by (unknown author)
File size: 808 byte(s)
This commit was manufactured by cvs2svn to create tag
'kernel26-xen-2_6_25_r1-fedora9-patches'.
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