Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/drm2/dist/drm/i915 Remove wrong comment.
details: https://anonhg.NetBSD.org/src/rev/cf89dfe39230
branches: trunk
changeset: 366301:cf89dfe39230
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Aug 27 14:43:48 2018 +0000
description:
Remove wrong comment.
diffstat:
sys/external/bsd/drm2/dist/drm/i915/i915_cmd_parser.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 59698e183a9b -r cf89dfe39230 sys/external/bsd/drm2/dist/drm/i915/i915_cmd_parser.c
--- a/sys/external/bsd/drm2/dist/drm/i915/i915_cmd_parser.c Mon Aug 27 14:43:32 2018 +0000
+++ b/sys/external/bsd/drm2/dist/drm/i915/i915_cmd_parser.c Mon Aug 27 14:43:48 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i915_cmd_parser.c,v 1.8 2018/08/27 07:44:43 riastradh Exp $ */
+/* $NetBSD: i915_cmd_parser.c,v 1.9 2018/08/27 14:43:48 riastradh Exp $ */
/*
* Copyright © 2013 Intel Corporation
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: i915_cmd_parser.c,v 1.8 2018/08/27 07:44:43 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: i915_cmd_parser.c,v 1.9 2018/08/27 14:43:48 riastradh Exp $");
#include "i915_drv.h"
@@ -867,7 +867,6 @@
vaddr_t va = 0;
int error;
- /* XXX errno NetBSD->Linux */
error = uvm_map(kernel_map, &va, len, obj->base.filp, start,
sizeof(u32), UVM_MAPFLAG(UVM_PROT_RW, UVM_PROT_RW, UVM_INH_NONE,
UVM_ADV_SEQUENTIAL, UVM_FLAG_NOWAIT));
Home |
Main Index |
Thread Index |
Old Index