summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-06-20 07:40:53 +0000
committerpeter <peter@FreeBSD.org>2002-06-20 07:40:53 +0000
commitb045fa53c5896beb5e98759a7382ba496f6e75d6 (patch)
tree25a27f715ccdbf7dc184b7fa622b47c8fd3ed4d1 /sys/alpha
parentb36022fd558a3a5b24212b3f5bbccb85b15f6af5 (diff)
downloadFreeBSD-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.s4
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
OpenPOWER on IntegriCloud