Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm32 Add missing semicolon
details: https://anonhg.NetBSD.org/src/rev/611692f1fc3e
branches: trunk
changeset: 329957:611692f1fc3e
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Sun Jun 15 04:04:01 2014 +0000
description:
Add missing semicolon
diffstat:
sys/arch/arm/arm32/pmap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4b6be4bfcd82 -r 611692f1fc3e sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Sun Jun 15 03:27:46 2014 +0000
+++ b/sys/arch/arm/arm32/pmap.c Sun Jun 15 04:04:01 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.293 2014/06/05 03:45:48 matt Exp $ */
+/* $NetBSD: pmap.c,v 1.294 2014/06/15 04:04:01 ozaki-r Exp $ */
/*
* Copyright 2003 Wasabi Systems, Inc.
@@ -216,7 +216,7 @@
#include <arm/locore.h>
//#include <arm/arm32/katelib.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.293 2014/06/05 03:45:48 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.294 2014/06/15 04:04:01 ozaki-r Exp $");
//#define PMAP_DEBUG
#ifdef PMAP_DEBUG
@@ -7772,7 +7772,7 @@
pic_ipi_shootdown(void *arg)
{
#if PMAP_NEED_TLB_SHOOTDOWN
- pmap_tlb_shootdown_process()
+ pmap_tlb_shootdown_process();
#endif
return 1;
}
Home |
Main Index |
Thread Index |
Old Index