Module Name: src
Committed By: christos
Date: Wed Nov 6 02:37:58 UTC 2013
Modified Files:
src/sys/arch/arm/arm32: fault.c
Log Message:
sprinkle diagused
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/sys/arch/arm/arm32/fault.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/arm/arm32/fault.c
diff -u src/sys/arch/arm/arm32/fault.c:1.90 src/sys/arch/arm/arm32/fault.c:1.91
--- src/sys/arch/arm/arm32/fault.c:1.90 Sun Aug 18 02:28:18 2013
+++ src/sys/arch/arm/arm32/fault.c Tue Nov 5 21:37:58 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: fault.c,v 1.90 2013/08/18 06:28:18 matt Exp $ */
+/* $NetBSD: fault.c,v 1.91 2013/11/06 02:37:58 christos Exp $ */
/*
* Copyright 2003 Wasabi Systems, Inc.
@@ -81,7 +81,7 @@
#include "opt_kgdb.h"
#include <sys/types.h>
-__KERNEL_RCSID(0, "$NetBSD: fault.c,v 1.90 2013/08/18 06:28:18 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fault.c,v 1.91 2013/11/06 02:37:58 christos Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -758,7 +758,7 @@ void
prefetch_abort_handler(trapframe_t *tf)
{
struct lwp *l;
- struct pcb *pcb;
+ struct pcb *pcb __diagused;
struct vm_map *map;
vaddr_t fault_pc, va;
ksiginfo_t ksi;