Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/include KNG
details: https://anonhg.NetBSD.org/src/rev/9282a8f712f3
branches: trunk
changeset: 379074:9282a8f712f3
user: skrll <skrll%NetBSD.org@localhost>
date: Sat May 08 13:09:58 2021 +0000
description:
KNG
diffstat:
sys/arch/mips/include/mips_param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 156e554ba6ac -r 9282a8f712f3 sys/arch/mips/include/mips_param.h
--- a/sys/arch/mips/include/mips_param.h Sat May 08 13:03:40 2021 +0000
+++ b/sys/arch/mips/include/mips_param.h Sat May 08 13:09:58 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mips_param.h,v 1.48 2021/04/26 13:29:51 christos Exp $ */
+/* $NetBSD: mips_param.h,v 1.49 2021/05/08 13:09:58 skrll Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -104,7 +104,7 @@
#define SEGSHIFT (PGSHIFT + PTPLENGTH) /* LOG2(NBSEG) */
#define NBSEG (1 << SEGSHIFT) /* bytes/segment */
-#define SEGOFSET (NBSEG-1) /* byte offset into segment */
+#define SEGOFSET (NBSEG - 1) /* byte offset into segment */
#ifdef _LP64
#define SEGLENGTH (PGSHIFT - 3)
Home |
Main Index |
Thread Index |
Old Index