diff options
author | Mihai Caraman <mihai.caraman@freescale.com> | 2011-10-13 11:05:21 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-10-14 03:56:02 -0400 |
commit | c031ab15fff38562cc9e5921c9acc118bd99f42d (patch) | |
tree | 8bc293f57123ca6d169101dfab251fc724aefa58 /drivers/virt | |
parent | 2bcd1c0cfcf53a384159c272c972645e7e822140 (diff) |
drivers/virt: add ioctl for 32-bit compat on 64-bit to fsl-hv-manager
Add ioctl to Freescale hypervisor management driver for 32-bit user-space
applications running on 64-bit guests.
Signed-off-by: Mihai Caraman <mihai.caraman@freescale.com>
Acked-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'drivers/virt')
-rw-r--r-- | drivers/virt/fsl_hypervisor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/virt/fsl_hypervisor.c b/drivers/virt/fsl_hypervisor.c index 3d9162151fd2..4939e0ccc4e5 100644 --- a/drivers/virt/fsl_hypervisor.c +++ b/drivers/virt/fsl_hypervisor.c | |||
@@ -706,6 +706,7 @@ static const struct file_operations fsl_hv_fops = { | |||
706 | .poll = fsl_hv_poll, | 706 | .poll = fsl_hv_poll, |
707 | .read = fsl_hv_read, | 707 | .read = fsl_hv_read, |
708 | .unlocked_ioctl = fsl_hv_ioctl, | 708 | .unlocked_ioctl = fsl_hv_ioctl, |
709 | .compat_ioctl = fsl_hv_ioctl, | ||
709 | }; | 710 | }; |
710 | 711 | ||
711 | static struct miscdevice fsl_hv_misc_dev = { | 712 | static struct miscdevice fsl_hv_misc_dev = { |