Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/riscv/include Whitespace



details:   https://anonhg.NetBSD.org/src/rev/4e4cb76e2aec
branches:  trunk
changeset: 941961:4e4cb76e2aec
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Nov 02 08:36:54 2020 +0000

description:
Whitespace

diffstat:

 sys/arch/riscv/include/sysreg.h |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 6cd98483900d -r 4e4cb76e2aec sys/arch/riscv/include/sysreg.h
--- a/sys/arch/riscv/include/sysreg.h   Mon Nov 02 07:03:48 2020 +0000
+++ b/sys/arch/riscv/include/sysreg.h   Mon Nov 02 08:36:54 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sysreg.h,v 1.6 2020/11/01 21:09:48 skrll Exp $ */
+/* $NetBSD: sysreg.h,v 1.7 2020/11/02 08:36:54 skrll Exp $ */
 
 /*
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -197,13 +197,13 @@
 }
 
 #ifdef _LP64
-#define SATP_MODE      __BITS(63,60)
-#define SATP_ASID      __BITS(59,44)
-#define SATP_PPN       __BITS(43,0)
+#define SATP_MODE              __BITS(63,60)
+#define SATP_ASID              __BITS(59,44)
+#define SATP_PPN               __BITS(43,0)
 #else
-#define SATP_MODE      __BIT(31)
-#define SATP_ASID      __BITS(30,22)
-#define SATP_PPN       __BITS(21,0)
+#define SATP_MODE              __BIT(31)
+#define SATP_ASID              __BITS(30,22)
+#define SATP_PPN               __BITS(21,0)
 #endif
 
 static inline uint32_t



Home | Main Index | Thread Index | Old Index