Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a63f9857 authored by Bastian Blank's avatar Bastian Blank Committed by Konrad Rzeszutek Wilk
Browse files

xen/privcmd: Remove unused support for arch specific privcmp mmap



This was used for ia64. But there is no working ia64 support in sight,
so remove it for now.

Signed-off-by: default avatarBastian Blank <waldi@debian.org>
Acked-by: default avatarIan Campbell <ian.campbell@citrix.com>
Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
parent e9f0fec3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -365,7 +365,6 @@ static long privcmd_ioctl(struct file *file,
	return ret;
}

#ifndef HAVE_ARCH_PRIVCMD_MMAP
static int privcmd_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
{
	printk(KERN_DEBUG "privcmd_fault: vma=%p %lx-%lx, pgoff=%lx, uv=%p\n",
@@ -398,7 +397,6 @@ static int privcmd_enforce_singleshot_mapping(struct vm_area_struct *vma)
{
	return (xchg(&vma->vm_private_data, (void *)1) == NULL);
}
#endif

const struct file_operations xen_privcmd_fops = {
	.owner = THIS_MODULE,