Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217830
b: refs/heads/master
c: 441c741
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed Oct 20, 2010
1 parent ff0af9e commit 16a594c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 35f8c1c343f2918ea24f05282d14e711887d8278
refs/heads/master: 441c7416b55d3d48b4aaafc5bdd804092387d877
4 changes: 4 additions & 0 deletions trunk/drivers/xen/xenfs/privcmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,10 @@ static long privcmd_ioctl(struct file *file,
#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",
vma, vma->vm_start, vma->vm_end,
vmf->pgoff, vmf->virtual_address);

return VM_FAULT_SIGBUS;
}

Expand Down

0 comments on commit 16a594c

Please sign in to comment.