Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sh3/sh3 Add closing parenthesis missed in previous.



details:   https://anonhg.NetBSD.org/src/rev/457762c80b9d
branches:  trunk
changeset: 554940:457762c80b9d
user:      uwe <uwe%NetBSD.org@localhost>
date:      Wed Nov 05 01:43:16 2003 +0000

description:
Add closing parenthesis missed in previous.

diffstat:

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

diffs (27 lines):

diff -r bcd871d0558f -r 457762c80b9d sys/arch/sh3/sh3/locore_c.c
--- a/sys/arch/sh3/sh3/locore_c.c       Wed Nov 05 01:20:56 2003 +0000
+++ b/sys/arch/sh3/sh3/locore_c.c       Wed Nov 05 01:43:16 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore_c.c,v 1.5 2003/11/04 10:33:15 dsl Exp $ */
+/*     $NetBSD: locore_c.c,v 1.6 2003/11/05 01:43:16 uwe Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997, 2002 The NetBSD Foundation, Inc.
@@ -111,7 +111,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: locore_c.c,v 1.5 2003/11/04 10:33:15 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: locore_c.c,v 1.6 2003/11/05 01:43:16 uwe Exp $");
 
 #include "opt_lockdebug.h"
 
@@ -177,7 +177,7 @@
                pmap_activate(l);
 
                /* Check for Restartable Atomic Sequences. */
-               if (!LIST_EMPTY(&p->p_raslist) {
+               if (!LIST_EMPTY(&p->p_raslist)) {
                        caddr_t pc;
 
                        pc = ras_lookup(p, (caddr_t) l->l_md.md_regs->tf_spc);



Home | Main Index | Thread Index | Old Index