summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2003-06-24 21:37:49 +0000
committerjmg <jmg@FreeBSD.org>2003-06-24 21:37:49 +0000
commite4a56de83f20eeb6acf27e78a7f1ab4b55310764 (patch)
tree484b31b143634c2bbf0da7f4f301cb30b92ffd5f /sys
parent6f774ee5f2c1cd6943c36ec9c44447e9533c33fc (diff)
downloadFreeBSD-src-e4a56de83f20eeb6acf27e78a7f1ab4b55310764.zip
FreeBSD-src-e4a56de83f20eeb6acf27e78a7f1ab4b55310764.tar.gz
remove unnecessary comment. We do what the comments says we need to.
Diffstat (limited to 'sys')
-rw-r--r--sys/sparc64/sparc64/trap.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/sparc64/sparc64/trap.c b/sys/sparc64/sparc64/trap.c
index 9ced771..c60a53f 100644
--- a/sys/sparc64/sparc64/trap.c
+++ b/sys/sparc64/sparc64/trap.c
@@ -337,9 +337,6 @@ trap(struct trapframe *tf)
/*
* handle PCI poke/peek as per UltraSPARC IIi
* User's Manual 16.2.1.
- *
- * XXX - We really should make sure that tpc is
- * pointing to the membar #Sync we are expecting.
*/
#define MEMBARSYNC_INST ((u_int32_t)0x8143e040)
if (tf->tf_tpc > (u_long)fas_nofault_begin &&
OpenPOWER on IntegriCloud