Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/m68k/m68k Mark a potentialy unused variable



details:   https://anonhg.NetBSD.org/src/rev/2f29636c1b51
branches:  trunk
changeset: 790886:2f29636c1b51
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Oct 25 20:51:14 2013 +0000

description:
Mark a potentialy unused variable

diffstat:

 sys/arch/m68k/m68k/pmap_motorola.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 27da36a24c38 -r 2f29636c1b51 sys/arch/m68k/m68k/pmap_motorola.c
--- a/sys/arch/m68k/m68k/pmap_motorola.c        Fri Oct 25 20:49:38 2013 +0000
+++ b/sys/arch/m68k/m68k/pmap_motorola.c        Fri Oct 25 20:51:14 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap_motorola.c,v 1.66 2012/07/09 19:23:45 rkujawa Exp $        */
+/*     $NetBSD: pmap_motorola.c,v 1.67 2013/10/25 20:51:14 martin Exp $        */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -119,7 +119,7 @@
 #include "opt_m68k_arch.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap_motorola.c,v 1.66 2012/07/09 19:23:45 rkujawa Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_motorola.c,v 1.67 2013/10/25 20:51:14 martin Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -939,7 +939,7 @@
 {
        vaddr_t nssva;
        pt_entry_t *pte;
-       bool firstpage, needtflush;
+       bool firstpage __unused, needtflush;
        int isro;
 
        PMAP_DPRINTF(PDB_FOLLOW|PDB_PROTECT,



Home | Main Index | Thread Index | Old Index