From 090ef7b37731396c7eeb5fbbce3fc176ecd2decf Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Tue, 24 Jun 2003 21:37:49 +0000 Subject: [PATCH] remove unnecessary comment. We do what the comments says we need to. --- sys/sparc64/sparc64/trap.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/sparc64/sparc64/trap.c b/sys/sparc64/sparc64/trap.c index 9ced7713be1..c60a53f8624 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 &&