diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2008-11-26 14:10:24 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2008-11-26 14:10:24 +0000 |
commit | 5eae87e9dd0a3373254a274997e646ef26ff422a (patch) | |
tree | 8be52532cf7b9c2509903b557af8b6ed1976f11e | |
parent | 9fc6506f61684753736370438d5ee8a3a2955c97 (diff) |
Sparc64 still only has 64 virtual address bits and not 65.
OK kettenis@
-rw-r--r-- | sys/arch/sparc64/include/pte.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/pte.h b/sys/arch/sparc64/include/pte.h index 7e719b0b52c..f71068baa57 100644 --- a/sys/arch/sparc64/include/pte.h +++ b/sys/arch/sparc64/include/pte.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pte.h,v 1.13 2008/07/12 11:09:02 kettenis Exp $ */ +/* $OpenBSD: pte.h,v 1.14 2008/11/26 14:10:23 claudio Exp $ */ /* $NetBSD: pte.h,v 1.7 2001/07/31 06:55:46 eeh Exp $ */ /* @@ -37,7 +37,7 @@ * u_int64 tag_g:1, (global flag) * tag_ctxt:15, (context for mapping) * tag_unassigned:6, - * tag_va:42; (virtual address bits<64:22>) + * tag_va:42; (virtual address bits<63:22>) * u_int64 data_v:1, (valid bit) * data_size:2, (page size [8K*8**<SIZE>]) * data_nfo:1, (no-fault only) |