diff options
author | 2019-05-09 23:13:31 +0000 | |
---|---|---|
committer | 2019-05-09 23:13:31 +0000 | |
commit | e416345e5598864b399f31284e3fe41c0557f18d (patch) | |
tree | f068d0d16d061273372b2fa842ad3e439568ce46 | |
parent | Add a test vector for Streebog 512 from Guido Vranken (diff) | |
download | wireguard-openbsd-e416345e5598864b399f31284e3fe41c0557f18d.tar.xz wireguard-openbsd-e416345e5598864b399f31284e3fe41c0557f18d.zip |
Drop reference to sparc and expand 'VAC' so the comment makes sense
to semi-gurus
-rw-r--r-- | regress/sys/kern/mmap2/mmaptest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/kern/mmap2/mmaptest.c b/regress/sys/kern/mmap2/mmaptest.c index 6d7ecff7dcf..30ea1c24fd2 100644 --- a/regress/sys/kern/mmap2/mmaptest.c +++ b/regress/sys/kern/mmap2/mmaptest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mmaptest.c,v 1.6 2003/07/31 21:48:08 deraadt Exp $ */ +/* $OpenBSD: mmaptest.c,v 1.7 2019/05/09 23:13:31 guenther Exp $ */ /* * Written by Artur Grabowski <art@openbsd.org>, 2001 Public Domain */ @@ -14,7 +14,7 @@ /* * Map the same physical page in two places in memory. - * Should cause a cache alias on sparc and other VAC architectures. + * Should cause a cache alias on virtual-aliased cache architectures. */ #define MAGIC "The voices in my head are trying to ignore me." |