Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Mark isc __diagused in agp_i810_unbind_memory.
details: https://anonhg.NetBSD.org/src/rev/68a88952a7e0
branches: trunk
changeset: 330967:68a88952a7e0
user: riastradh <riastradh%NetBSD.org@localhost>
date: Fri Jul 25 23:05:54 2014 +0000
description:
Mark isc __diagused in agp_i810_unbind_memory.
diffstat:
sys/dev/pci/agp_i810.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 57975850e339 -r 68a88952a7e0 sys/dev/pci/agp_i810.c
--- a/sys/dev/pci/agp_i810.c Fri Jul 25 21:57:54 2014 +0000
+++ b/sys/dev/pci/agp_i810.c Fri Jul 25 23:05:54 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: agp_i810.c,v 1.111 2014/07/23 14:50:23 riastradh Exp $ */
+/* $NetBSD: agp_i810.c,v 1.112 2014/07/25 23:05:54 riastradh Exp $ */
/*-
* Copyright (c) 2000 Doug Rabson
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: agp_i810.c,v 1.111 2014/07/23 14:50:23 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: agp_i810.c,v 1.112 2014/07/25 23:05:54 riastradh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1365,7 +1365,7 @@
static int
agp_i810_unbind_memory(struct agp_softc *sc, struct agp_memory *mem)
{
- struct agp_i810_softc *isc = sc->as_chipc;
+ struct agp_i810_softc *isc __diagused = sc->as_chipc;
u_int32_t i;
if (!mem->am_is_bound)
Home |
Main Index |
Thread Index |
Old Index