Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/alpha Define ALPHA_PGBYTES (missed in prior c...



details:   https://anonhg.NetBSD.org/src/rev/2f1ebd51c7f5
branches:  trunk
changeset: 1022270:2f1ebd51c7f5
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Jul 11 01:54:42 2021 +0000

description:
Define ALPHA_PGBYTES (missed in prior commit).

diffstat:

 sys/arch/alpha/alpha/genassym.cf |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r feace32505de -r 2f1ebd51c7f5 sys/arch/alpha/alpha/genassym.cf
--- a/sys/arch/alpha/alpha/genassym.cf  Sun Jul 11 01:13:26 2021 +0000
+++ b/sys/arch/alpha/alpha/genassym.cf  Sun Jul 11 01:54:42 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: genassym.cf,v 1.27 2020/09/19 01:24:31 thorpej Exp $
+# $NetBSD: genassym.cf,v 1.28 2021/07/11 01:54:42 thorpej Exp $
 
 #
 # Copyright (c) 1982, 1990, 1993
@@ -84,6 +84,7 @@
 
 # general constants 
 define VM_MAX_ADDRESS          VM_MAX_ADDRESS
+define ALPHA_PGBYTES           ALPHA_PGBYTES
 
 # Register offsets, for stack frames.
 define FRAME_V0                FRAME_V0



Home | Main Index | Thread Index | Old Index