diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-05-22 21:56:46 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-05-22 21:56:46 +0000 |
commit | c23ec5a6b6e01a81b587cb2d4bd75b2a58ea4b5e (patch) | |
tree | 54d0cf4479df8505d9eeb55f66bdc1e518fbf292 | |
parent | a0ff266e224d31e5fd5b12efb00c3ca1bc9ada8c (diff) |
Fix comment: IOTTE_PAMASK is 42..13 not 42..12
-rw-r--r-- | sys/arch/sparc64/dev/iommureg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/iommureg.h b/sys/arch/sparc64/dev/iommureg.h index 92afce82289..07f53188cbc 100644 --- a/sys/arch/sparc64/dev/iommureg.h +++ b/sys/arch/sparc64/dev/iommureg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: iommureg.h,v 1.7 2003/05/16 17:18:14 jason Exp $ */ +/* $OpenBSD: iommureg.h,v 1.8 2003/05/22 21:56:45 jason Exp $ */ /* $NetBSD: iommureg.h,v 1.6 2001/07/20 00:07:13 eeh Exp $ */ /* @@ -97,7 +97,7 @@ struct iommu_strbuf { #define IOTTE_8K 0x0000000000000000LL #define IOTTE_STREAM 0x1000000000000000LL /* Is page streamable? */ #define IOTTE_LOCAL 0x0800000000000000LL /* Accesses to same bus segment? */ -#define IOTTE_PAMASK 0x000007ffffffe000LL /* Let's assume this is correct (bits 42..12) */ +#define IOTTE_PAMASK 0x000007ffffffe000LL /* Let's assume this is correct (bits 42..13) */ #define IOTTE_C 0x0000000000000010LL /* Accesses to cacheable space */ #define IOTTE_W 0x0000000000000002LL /* Writeable */ #define IOTTE_SOFTWARE 0x0000000000001f80LL /* For software use (bits 12..7) */ |