diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c
index e9a16cd0b36e..54b540c97123 100644
--- a/sys/kern/subr_trap.c
+++ b/sys/kern/subr_trap.c
@@ -138,7 +138,7 @@ userret(struct thread *td, struct trapframe *frame)
 	 * Software Timer Support for Network Processing"
 	 * by Mohit Aron and Peter Druschel.
 	 */
-	tcp_hpts_softclock();
+	/*tcp_hpts_softclock();*/
 	/*
 	 * Let the scheduler adjust our priority etc.
 	 */
