Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217845
b: refs/heads/master
c: bbbf61e
h: refs/heads/master
i:
  217843: 4a5162d
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed Oct 22, 2010
1 parent fba40c9 commit d4d5f1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1f2d9dd309feb08fdbc711fa03841650dfff87d8
refs/heads/master: bbbf61eff92c7c236f57ee1953ad84055443717e
4 changes: 2 additions & 2 deletions trunk/arch/x86/xen/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ unsigned long get_phys_to_machine(unsigned long pfn)
}
EXPORT_SYMBOL_GPL(get_phys_to_machine);

/* install a new p2m_top page */
bool install_p2mtop_page(unsigned long pfn, unsigned long *p)
/* install a new p2m_top page */
static bool install_p2mtop_page(unsigned long pfn, unsigned long *p)
{
unsigned topidx = p2m_top_index(pfn);
unsigned long **pfnp, *mfnp;
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/x86/xen/mmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ enum pt_level {


bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);
bool install_p2mtop_page(unsigned long pfn, unsigned long *p);

void set_pte_mfn(unsigned long vaddr, unsigned long pfn, pgprot_t flags);

Expand Down

0 comments on commit d4d5f1b

Please sign in to comment.