diff options
author | peter <peter@FreeBSD.org> | 2002-06-20 07:40:53 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-06-20 07:40:53 +0000 |
commit | b045fa53c5896beb5e98759a7382ba496f6e75d6 (patch) | |
tree | 25a27f715ccdbf7dc184b7fa622b47c8fd3ed4d1 /sys/alpha | |
parent | b36022fd558a3a5b24212b3f5bbccb85b15f6af5 (diff) | |
download | FreeBSD-src-b045fa53c5896beb5e98759a7382ba496f6e75d6.zip FreeBSD-src-b045fa53c5896beb5e98759a7382ba496f6e75d6.tar.gz |
Update an 'XXX what is this?' type comment about suswintr and fuswintr.
These are 16 bit short values used only by the profiling code.
Diffstat (limited to 'sys/alpha')
-rw-r--r-- | sys/alpha/alpha/support.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/alpha/support.s b/sys/alpha/alpha/support.s index f57a99b..0ae8aa8 100644 --- a/sys/alpha/alpha/support.s +++ b/sys/alpha/alpha/support.s @@ -159,8 +159,8 @@ END(fusufault) LEAF(fswintrberr, 0) -XLEAF(fuswintr, 2) /* XXX what is a 'word'? */ -XLEAF(suswintr, 2) /* XXX what is a 'word'? */ +XLEAF(fuswintr, 2) /* XXX 16 bit short for profiling */ +XLEAF(suswintr, 2) /* XXX 16 bit short for profiling */ LDGP(pv) ldiq v0, -1 RET |