summaryrefslogtreecommitdiff
path: root/linux/mga_drv.c
diff options
context:
space:
mode:
authorGareth Hughes <gareth@users.sourceforge.net>2000-08-27 16:55:07 +0000
committerGareth Hughes <gareth@users.sourceforge.net>2000-08-27 16:55:07 +0000
commita5c98c730f6a865f0fb457103bfeb6dad5b82045 (patch)
tree4fa4a25c43b5d58186af35f57f9601e671296963 /linux/mga_drv.c
parentae24dece16ecc9f491f9591379ff7897c9b507a4 (diff)
Get latest kernel module updates from Rik Faith. Thanks, Rik! Sync with
2.4.0-test7, other fixes currently on the trunk.
Diffstat (limited to 'linux/mga_drv.c')
-rw-r--r--linux/mga_drv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/mga_drv.c b/linux/mga_drv.c
index acc42b83..a4a8fe55 100644
--- a/linux/mga_drv.c
+++ b/linux/mga_drv.c
@@ -655,5 +655,8 @@ int mga_unlock(struct inode *inode, struct file *filp, unsigned int cmd,
DRM_ERROR("\n");
}
+#if LINUX_VERSION_CODE >= 0x020400 /* KERNEL_VERSION(2,4,0) */
+ unblock_all_signals();
+#endif
return 0;
}