Source-Changes-HG archive

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

[src/trunk]: src/sys/arch G/C



details:   https://anonhg.NetBSD.org/src/rev/f78c6cf7b678
branches:  trunk
changeset: 744424:f78c6cf7b678
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Feb 01 09:21:49 2020 +0000

description:
G/C

diffstat:

 sys/arch/aarch64/include/param.h   |  4 +---
 sys/arch/arm/include/arm32/param.h |  3 +--
 2 files changed, 2 insertions(+), 5 deletions(-)

diffs (35 lines):

diff -r 7b6e9bd5cccf -r f78c6cf7b678 sys/arch/aarch64/include/param.h
--- a/sys/arch/aarch64/include/param.h  Sat Feb 01 08:08:15 2020 +0000
+++ b/sys/arch/aarch64/include/param.h  Sat Feb 01 09:21:49 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.13 2019/11/24 04:08:36 rin Exp $ */
+/* $NetBSD: param.h,v 1.14 2020/02/01 09:21:49 skrll Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -164,8 +164,6 @@
 /* compatibility for arm */
 #define arm_btop(x)            aarch64_btop(x)
 #define arm_ptob(x)            aarch64_ptob(x)
-#define arm_trunc_page(x)      aarch64_trunc_page(x)
-#define arm_round_page(x)      aarch64_round_page(x)
 
 #elif defined(__arm__)
 
diff -r 7b6e9bd5cccf -r f78c6cf7b678 sys/arch/arm/include/arm32/param.h
--- a/sys/arch/arm/include/arm32/param.h        Sat Feb 01 08:08:15 2020 +0000
+++ b/sys/arch/arm/include/arm32/param.h        Sat Feb 01 09:21:49 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.28 2020/01/18 14:40:04 skrll Exp $ */
+/*     $NetBSD: param.h,v 1.29 2020/02/01 09:21:49 skrll Exp $ */
 
 /*
  * Copyright (c) 1994,1995 Mark Brinicombe.
@@ -92,7 +92,6 @@
 
 #define arm_btop(x)                    ((unsigned)(x) >> PGSHIFT)
 #define arm_ptob(x)                    ((unsigned)(x) << PGSHIFT)
-#define arm_trunc_page(x)              ((unsigned)(x) & ~PGOFSET)
 
 #ifdef _KERNEL
 #ifndef _LOCORE



Home | Main Index | Thread Index | Old Index