Merge branch 'uaccess.i915' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-microblaze.git] / drivers / gpu / drm / i915 / i915_perf.c
index 665bb07..25329b7 100644 (file)
@@ -3896,9 +3896,6 @@ static struct i915_oa_reg *alloc_oa_regs(struct i915_perf *perf,
        if (!n_regs)
                return NULL;
 
-       if (!access_ok(regs, n_regs * sizeof(u32) * 2))
-               return ERR_PTR(-EFAULT);
-
        /* No is_valid function means we're not allowing any register to be programmed. */
        GEM_BUG_ON(!is_valid);
        if (!is_valid)