diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-11-06 21:39:03 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-11-06 21:39:03 +0000 |
commit | eb4c3d4e886fe7db326d3cdbc50eb5e3c1111da1 (patch) | |
tree | 73c28e01d0946a3b78f4948136428139d496baed /sys/arch | |
parent | 7f2fc6af96fdc7a7d44bb459e9ed418f4a1d9ffd (diff) |
Fix comment.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc64/sparc64/locore.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/sparc64/locore.s b/sys/arch/sparc64/sparc64/locore.s index c4af3c6eda1..a65518e3f67 100644 --- a/sys/arch/sparc64/sparc64/locore.s +++ b/sys/arch/sparc64/sparc64/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.166 2012/08/30 20:53:09 kettenis Exp $ */ +/* $OpenBSD: locore.s,v 1.167 2012/11/06 21:39:02 kettenis Exp $ */ /* $NetBSD: locore.s,v 1.137 2001/08/13 06:10:10 jdolecek Exp $ */ /* @@ -8918,7 +8918,7 @@ ENTRY(write_user_windows) /* * On Blackbird (UltraSPARC-II) CPUs, writes to %tick_cmpr may fail. * The workaround is to do a read immediately after the write and make - * sure the same cache line. + * sure those two instructions are in the same cache line. */ ENTRY(tickcmpr_set) ba 1f |