Skip to content

Commit

Permalink
xen: remove xen_load_gdt debug
Browse files Browse the repository at this point in the history
Don't need the noise.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
  • Loading branch information
Jeremy Fitzhardinge committed Mar 30, 2009
1 parent 3ce5fa7 commit b4b7e58
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/x86/xen/enlighten.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,6 @@ static void xen_load_gdt(const struct desc_ptr *dtr)

frames[f] = mfn;

printk("xen_load_gdt: %d va=%p mfn=%lx pfn=%lx va'=%p\n",
f, (void *)va, mfn, pfn, virt);

make_lowmem_page_readonly((void *)va);
make_lowmem_page_readonly(virt);
}
Expand Down

0 comments on commit b4b7e58

Please sign in to comment.