From 15e111b345ed937f4d40a61e8e6cbbaf1ddaadec Mon Sep 17 00:00:00 2001 From: Jeremy Fitzhardinge Date: Fri, 20 May 2011 16:34:44 -0700 Subject: [PATCH] --- yaml --- r: 252098 b: refs/heads/master c: 4bf0ff24e371ce71521ccb21513203facfd8491f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/xen/mmu.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 8a6d2ae8a5f3..94d38292b02e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2a001f6482643239b8a069df5c2bdb2082c98be4 +refs/heads/master: 4bf0ff24e371ce71521ccb21513203facfd8491f diff --git a/trunk/arch/x86/xen/mmu.c b/trunk/arch/x86/xen/mmu.c index 083b835d2dd0..285335448143 100644 --- a/trunk/arch/x86/xen/mmu.c +++ b/trunk/arch/x86/xen/mmu.c @@ -2302,6 +2302,7 @@ int xen_remap_domain_mfn_range(struct vm_area_struct *vma, } EXPORT_SYMBOL_GPL(xen_remap_domain_mfn_range); +#ifdef CONFIG_XEN_DEBUG_FS static int p2m_dump_open(struct inode *inode, struct file *filp) { return single_open(filp, p2m_dump_show, NULL); @@ -2313,3 +2314,4 @@ static const struct file_operations p2m_dump_fops = { .llseek = seq_lseek, .release = single_release, }; +#endif /* CONFIG_XEN_DEBUG_FS */