Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/aarch64/aarch64 add AARCH64_KSEG_MASK. pmap_page.S ...
details: https://anonhg.NetBSD.org/src/rev/b431beef6f75
branches: trunk
changeset: 454158:b431beef6f75
user: ryo <ryo%NetBSD.org@localhost>
date: Sat Sep 07 11:15:25 2019 +0000
description:
add AARCH64_KSEG_MASK. pmap_page.S refer it. (but no functional changed)
diffstat:
sys/arch/aarch64/aarch64/genassym.cf | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 2c9973d3ed6c -r b431beef6f75 sys/arch/aarch64/aarch64/genassym.cf
--- a/sys/arch/aarch64/aarch64/genassym.cf Sat Sep 07 11:10:24 2019 +0000
+++ b/sys/arch/aarch64/aarch64/genassym.cf Sat Sep 07 11:15:25 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: genassym.cf,v 1.13 2019/07/13 09:47:14 skrll Exp $
+# $NetBSD: genassym.cf,v 1.14 2019/09/07 11:15:25 ryo Exp $
#-
# Copyright (c) 2014 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -70,6 +70,7 @@
define VM_KERNEL_IO_ADDRESS VM_KERNEL_IO_ADDRESS
define VM_KERNEL_IO_SIZE VM_KERNEL_IO_SIZE
define AARCH64_KSEG_START AARCH64_KSEG_START
+define AARCH64_KSEG_MASK AARCH64_KSEG_MASK
define UPAGES UPAGES
define USPACE (UPAGES * PAGE_SIZE)
Home |
Main Index |
Thread Index |
Old Index