Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
1e17fc7e
Commit
1e17fc7e
authored
Sep 03, 2010
by
Jeremy Fitzhardinge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xen: remove noise about registering vcpu info
Signed-off-by:
Jeremy Fitzhardinge
<
jeremy.fitzhardinge@citrix.com
>
parent
764f0138
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
arch/x86/xen/enlighten.c
arch/x86/xen/enlighten.c
+0
-8
No files found.
arch/x86/xen/enlighten.c
View file @
1e17fc7e
...
...
@@ -135,9 +135,6 @@ static void xen_vcpu_setup(int cpu)
info
.
mfn
=
arbitrary_virt_to_mfn
(
vcpup
);
info
.
offset
=
offset_in_page
(
vcpup
);
printk
(
KERN_DEBUG
"trying to map vcpu_info %d at %p, mfn %llx, offset %d
\n
"
,
cpu
,
vcpup
,
info
.
mfn
,
info
.
offset
);
/* Check to see if the hypervisor will put the vcpu_info
structure where we want it, which allows direct access via
a percpu-variable. */
...
...
@@ -151,9 +148,6 @@ static void xen_vcpu_setup(int cpu)
/* This cpu is using the registered vcpu info, even if
later ones fail to. */
per_cpu
(
xen_vcpu
,
cpu
)
=
vcpup
;
printk
(
KERN_DEBUG
"cpu %d using vcpu_info at %p
\n
"
,
cpu
,
vcpup
);
}
}
...
...
@@ -873,8 +867,6 @@ void xen_setup_vcpu_info_placement(void)
/* xen_vcpu_setup managed to place the vcpu_info within the
percpu area for all cpus, so make use of it */
if
(
have_vcpu_info_placement
)
{
printk
(
KERN_INFO
"Xen: using vcpu_info placement
\n
"
);
pv_irq_ops
.
save_fl
=
__PV_IS_CALLEE_SAVE
(
xen_save_fl_direct
);
pv_irq_ops
.
restore_fl
=
__PV_IS_CALLEE_SAVE
(
xen_restore_fl_direct
);
pv_irq_ops
.
irq_disable
=
__PV_IS_CALLEE_SAVE
(
xen_irq_disable_direct
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment