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/ttm Oops -- fix call to ttm_bo_uvm_fau...
details: https://anonhg.NetBSD.org/src/rev/a1407bdd29ce
branches: trunk
changeset: 333482:a1407bdd29ce
user: riastradh <riastradh%NetBSD.org@localhost>
date: Wed Nov 05 15:03:19 2014 +0000
description:
Oops -- fix call to ttm_bo_uvm_fault_idle in last commit.
diffstat:
sys/external/bsd/drm2/ttm/ttm_bo_vm.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r fba3953c6b76 -r a1407bdd29ce sys/external/bsd/drm2/ttm/ttm_bo_vm.c
--- a/sys/external/bsd/drm2/ttm/ttm_bo_vm.c Wed Nov 05 14:47:16 2014 +0000
+++ b/sys/external/bsd/drm2/ttm/ttm_bo_vm.c Wed Nov 05 15:03:19 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ttm_bo_vm.c,v 1.6 2014/11/05 14:47:16 riastradh Exp $ */
+/* $NetBSD: ttm_bo_vm.c,v 1.7 2014/11/05 15:03:19 riastradh Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ttm_bo_vm.c,v 1.6 2014/11/05 14:47:16 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ttm_bo_vm.c,v 1.7 2014/11/05 15:03:19 riastradh Exp $");
#include <sys/types.h>
@@ -132,7 +132,7 @@
}
}
- ret = ttm_bo_uvm_fault_idle(bo, ufi, uobj);
+ ret = ttm_bo_uvm_fault_idle(bo, ufi);
if (ret) {
/* Unlocks if it restarts. */
KASSERT(ret == -ERESTART);
Home |
Main Index |
Thread Index |
Old Index