Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/mips Trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/6a218a400a19
branches: trunk
changeset: 347232:6a218a400a19
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Aug 18 19:25:34 2016 +0000
description:
Trailing whitespace
diffstat:
sys/arch/mips/mips/mips_fixup.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 8bf7cb98f0cf -r 6a218a400a19 sys/arch/mips/mips/mips_fixup.c
--- a/sys/arch/mips/mips/mips_fixup.c Thu Aug 18 19:24:31 2016 +0000
+++ b/sys/arch/mips/mips/mips_fixup.c Thu Aug 18 19:25:34 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mips_fixup.c,v 1.17 2016/08/18 19:24:31 skrll Exp $ */
+/* $NetBSD: mips_fixup.c,v 1.18 2016/08/18 19:25:34 skrll Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mips_fixup.c,v 1.17 2016/08/18 19:24:31 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_fixup.c,v 1.18 2016/08/18 19:25:34 skrll Exp $");
#include "opt_mips3_wired.h"
#include "opt_multiprocessor.h"
@@ -536,7 +536,7 @@
tlb_asid_t
tlb_get_asid(void)
{
- return (*mips_locore_jumpvec.ljv_tlb_get_asid)();
+ return (*mips_locore_jumpvec.ljv_tlb_get_asid)();
}
void
Home |
Main Index |
Thread Index |
Old Index