提交 c031ab15 编写于 作者: M Mihai Caraman 提交者: Kumar Gala

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: NMihai Caraman <mihai.caraman@freescale.com>
Acked-by: NTimur Tabi <timur@freescale.com>
Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
上级 2bcd1c0c
...@@ -706,6 +706,7 @@ static const struct file_operations fsl_hv_fops = { ...@@ -706,6 +706,7 @@ static const struct file_operations fsl_hv_fops = {
.poll = fsl_hv_poll, .poll = fsl_hv_poll,
.read = fsl_hv_read, .read = fsl_hv_read,
.unlocked_ioctl = fsl_hv_ioctl, .unlocked_ioctl = fsl_hv_ioctl,
.compat_ioctl = fsl_hv_ioctl,
}; };
static struct miscdevice fsl_hv_misc_dev = { static struct miscdevice fsl_hv_misc_dev = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册