Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/alpha/include Pull up rev. 1.36:



details:   https://anonhg.NetBSD.org/src/rev/643087103199
branches:  netbsd-1-5
changeset: 488420:643087103199
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jul 03 22:58:30 2000 +0000

description:
Pull up rev. 1.36:
The `rpb_phys_address_size' field is really 2 32-bit fields,
`rpb_phys_address_size' and `rpb_extended_va_size', per Brown Book.

diffstat:

 sys/arch/alpha/include/rpb.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r efeeecd9888f -r 643087103199 sys/arch/alpha/include/rpb.h
--- a/sys/arch/alpha/include/rpb.h      Mon Jul 03 22:56:15 2000 +0000
+++ b/sys/arch/alpha/include/rpb.h      Mon Jul 03 22:58:30 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rpb.h,v 1.35 2000/06/03 14:12:28 thorpej Exp $ */
+/* $NetBSD: rpb.h,v 1.35.2.1 2000/07/03 22:58:30 thorpej Exp $ */
 
 /*
  * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@@ -45,7 +45,8 @@
        u_int64_t       rpb_size;               /*  18: HWRPB size in bytes */
        u_int64_t       rpb_primary_cpu_id;     /*  20 */
        u_int64_t       rpb_page_size;          /*  28: (8192) */
-       u_int64_t       rpb_phys_addr_size;     /*  30:   (34) */
+       u_int32_t       rpb_phys_addr_size;     /*  30: physical address size */
+       u_int32_t       rpb_extended_va_size;   /*  34: extended VA size (4L) */
        u_int64_t       rpb_max_asn;            /*  38:   (16) */
        char            rpb_ssn[16];            /*  40: only first 10 valid */
 



Home | Main Index | Thread Index | Old Index