[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1318579011-17124-1-git-send-email-galak@kernel.crashing.org>
Date: Fri, 14 Oct 2011 02:56:51 -0500
From: Kumar Gala <galak@...nel.crashing.org>
To: linuxppc-dev@...abs.org
Cc: linux-kernel@...r.kernel.org,
Mihai Caraman <mihai.caraman@...escale.com>
Subject: [PATCH] drivers/virt: add ioctl for 32-bit compat on 64-bit to fsl-hv-manager
From: Mihai Caraman <mihai.caraman@...escale.com>
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@...escale.com>
Acked-by: Timur Tabi <timur@...escale.com>
Signed-off-by: Kumar Gala <galak@...nel.crashing.org>
---
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 3d91621..4939e0c 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 = {
.poll = fsl_hv_poll,
.read = fsl_hv_read,
.unlocked_ioctl = fsl_hv_ioctl,
+ .compat_ioctl = fsl_hv_ioctl,
};
static struct miscdevice fsl_hv_misc_dev = {
--
1.7.3.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists