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 Whitespace (comment alignment)
details: https://anonhg.NetBSD.org/src/rev/72d6b3403f3a
branches: trunk
changeset: 817006:72d6b3403f3a
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Aug 05 15:33:28 2016 +0000
description:
Whitespace (comment alignment)
diffstat:
sys/arch/mips/mips/mipsX_subr.S | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r 727988b338bd -r 72d6b3403f3a sys/arch/mips/mips/mipsX_subr.S
--- a/sys/arch/mips/mips/mipsX_subr.S Fri Aug 05 15:06:02 2016 +0000
+++ b/sys/arch/mips/mips/mipsX_subr.S Fri Aug 05 15:33:28 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mipsX_subr.S,v 1.77 2016/08/05 10:39:49 skrll Exp $ */
+/* $NetBSD: mipsX_subr.S,v 1.78 2016/08/05 15:33:28 skrll Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -2088,14 +2088,14 @@
*/
LEAF(MIPSX(tlb_update_addr))
#ifdef MIPSNNR2
- di ta0 # Disable interrupts
+ di ta0 # Disable interrupts
#else
- mfc0 ta0, MIPS_COP_0_STATUS # Save the status register.
- mtc0 zero, MIPS_COP_0_STATUS # Disable interrupts
+ mfc0 ta0, MIPS_COP_0_STATUS # Save the status register.
+ mtc0 zero, MIPS_COP_0_STATUS # Disable interrupts
#endif
COP0_SYNC
#if (PGSHIFT & 1) == 0
- and t1, a0, MIPS3_PG_ODDPG # t1 = Even/Odd flag
+ and t1, a0, MIPS3_PG_ODDPG # t1 = Even/Odd flag
#endif
and a1, a1, MIPS3_PG_ASID
#ifdef MIPSNNR2
Home |
Main Index |
Thread Index |
Old Index